From 4c438411e99b6e2ed44fcd1e891b2f333d05b989 Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Thu, 26 Dec 2024 09:50:19 +0100 Subject: [PATCH] Update lua/ui/game/worldview.lua Co-authored-by: lL1l1 <82986251+lL1l1@users.noreply.github.com> --- lua/ui/game/worldview.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/ui/game/worldview.lua b/lua/ui/game/worldview.lua index 96b005458b..e9a74b4e32 100644 --- a/lua/ui/game/worldview.lua +++ b/lua/ui/game/worldview.lua @@ -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