mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-07-10 22:27:22 +02:00
remove space bar behavior from editrVoxels.js
This commit is contained in:
parent
de8165c544
commit
06a0332fd5
1 changed files with 0 additions and 7 deletions
|
@ -927,13 +927,6 @@ function keyPressEvent(event) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// do this even if not in edit tools
|
|
||||||
if (event.text == " ") {
|
|
||||||
// Reset my orientation!
|
|
||||||
var orientation = { x:0, y:0, z:0, w:1 };
|
|
||||||
Camera.setOrientation(orientation);
|
|
||||||
MyAvatar.orientation = orientation;
|
|
||||||
}
|
|
||||||
trackKeyPressEvent(event); // used by preview support
|
trackKeyPressEvent(event); // used by preview support
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue