mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
Merge pull request #2258 from ZappoMan/bugfixes
remove space bar behavior from editrVoxels.js
This commit is contained in:
commit
52a831d3f5
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue