Fix gracefulControls not able to be re-enabled

This commit is contained in:
Ryan Huffman 2017-05-30 14:03:26 -07:00
parent e562ea197b
commit 76bb518537

View file

@ -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 };