mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 23:02:24 +02:00
Merge pull request #662 from Armored-Dragon/Mouselook-hotfix
Mouselook hotfix
This commit is contained in:
commit
a681a16406
1 changed files with 2 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue