Skip to content

Commit

Permalink
Merge pull request #662 from Armored-Dragon/Mouselook-hotfix
Browse files Browse the repository at this point in the history
Mouselook hotfix
  • Loading branch information
ksuprynowicz authored Oct 10, 2023
2 parents 4ccefd0 + e38d5e6 commit a681a16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/system/controllers/mouseLook.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ by rampa3 (https://github.com/rampa3) and vegaslon (https://github.com/vegaslon)
}

function mouseLookOn() {
Camera.captureMouse = true;
if (mouseLookEnabled)
Camera.captureMouse = true;
}

function mouseLookOff() {
Expand Down

0 comments on commit a681a16

Please sign in to comment.