mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
use correct boolean when changing AMC
This commit is contained in:
parent
188530590a
commit
7ddb5ff770
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ function menuItemEvent(menuItem) {
|
|||
MyAvatar.setUseAdvancedMovementControls(true);
|
||||
disableMappings();
|
||||
} else if (isChecked === false) {
|
||||
MyAvatar.setUseAdvancedMovementControls(true);
|
||||
MyAvatar.setUseAdvancedMovementControls(false);
|
||||
enableMappings();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue