mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 17:06:57 +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() {
|
function disable() {
|
||||||
if (enabled) {
|
if (enabled) {
|
||||||
enabled = false;
|
enabled = false;
|
||||||
Controller.disableMapping(MAPPING_NAME);
|
|
||||||
Reticle.setVisible(true);
|
Reticle.setVisible(true);
|
||||||
|
|
||||||
MyAvatar.motorVelocity = { x: 0, y: 0, z: 0 };
|
MyAvatar.motorVelocity = { x: 0, y: 0, z: 0 };
|
||||||
|
|
Loading…
Reference in a new issue