mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-06 12:12:59 +02:00
Don't run inspect.js when mouse look is enabled.
Signed-off-by: Armored Dragon <publicmail@armoreddragon.com>
This commit is contained in:
parent
8dce22792b
commit
6e73a0e4f6
1 changed files with 3 additions and 0 deletions
|
@ -253,6 +253,9 @@ function keyPressEvent(event) {
|
|||
if (isEditUsingCamera) {
|
||||
return;
|
||||
}
|
||||
if (Settings.getValue("mouselook-active", false)){
|
||||
return;
|
||||
}
|
||||
alt = true;
|
||||
changed = true;
|
||||
Picks.enablePick(pick);
|
||||
|
|
Loading…
Reference in a new issue