mirror of
https://github.com/overte-org/overte.git
synced 2025-06-29 23:39:34 +02:00
Reenable disabling of update in gracefulControls.js
This commit is contained in:
parent
6d29ef0f41
commit
4aecb4b5eb
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ function disable() {
|
||||||
Controller.releaseKeyEvents({ text: CAPTURED_KEYS[i] });
|
Controller.releaseKeyEvents({ text: CAPTURED_KEYS[i] });
|
||||||
}
|
}
|
||||||
Window.setCursorVisible(true);
|
Window.setCursorVisible(true);
|
||||||
//Script.update.disconnect(update);
|
Script.update.disconnect(update);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue