mirror of
https://github.com/overte-org/overte.git
synced 2025-04-05 23:32:58 +02:00
Fix gracefulControls not able to be re-enabled
This commit is contained in:
parent
e562ea197b
commit
76bb518537
1 changed files with 0 additions and 1 deletions
|
@ -223,7 +223,6 @@ function enable() {
|
|||
function disable() {
|
||||
if (enabled) {
|
||||
enabled = false;
|
||||
Controller.disableMapping(MAPPING_NAME);
|
||||
Reticle.setVisible(true);
|
||||
|
||||
MyAvatar.motorVelocity = { x: 0, y: 0, z: 0 };
|
||||
|
|
Loading…
Reference in a new issue