diff --git a/examples/editVoxels.js b/examples/editVoxels.js index 4a194c0f5d..b083128485 100644 --- a/examples/editVoxels.js +++ b/examples/editVoxels.js @@ -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 }