Skip to content

Commit

Permalink
Disable UseGazeSelection
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Luu <ryan.luu@ryanluu.dev>
  • Loading branch information
RyanLua committed Sep 18, 2023
1 parent 9b8e5c6 commit 8573828
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Satchel/SatchelScript/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -281,8 +281,8 @@ end
-- return true
-- end

local function UseGazeSelection(): ()
return UserInputService.VREnabled
local function UseGazeSelection(): boolean
return false -- disabled in new VR system
end

local function AdjustHotbarFrames(): ()
Expand Down

0 comments on commit 8573828

Please sign in to comment.