Skip to content

Commit

Permalink
Update lua/ui/game/worldview.lua
Browse files Browse the repository at this point in the history
Co-authored-by: lL1l1 <[email protected]>
  • Loading branch information
Garanas and lL1l1 authored Dec 26, 2024
1 parent ed55f9f commit 4c43841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/ui/game/worldview.lua
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function UnlockInput()
end
end

--- This function is called by the engine so it can not be removed (its logic could be changed though)
--- This function is called by the engine so it cannot be removed (its logic could be changed though)
---@return boolean
function IsInputLocked()
return (viewLeft and viewLeft:IsInputLocked()) or (viewRight and viewRight:IsInputLocked()) or false
Expand Down

0 comments on commit 4c43841

Please sign in to comment.