Merge pull request #662 from Armored-Dragon/Mouselook-hotfix

Mouselook hotfix
This commit is contained in:
ksuprynowicz 2023-10-10 14:01:43 +02:00 committed by GitHub
commit a681a16406
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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() {