mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Leave camera where it is after releasing Alt key
This commit is contained in:
parent
fcc1f928a1
commit
ac34d49c1b
1 changed files with 0 additions and 2 deletions
|
@ -233,8 +233,6 @@ function keyReleaseEvent(event) {
|
|||
if (event.text === "ALT") {
|
||||
alt = false;
|
||||
changed = true;
|
||||
mode = noMode;
|
||||
restoreCameraState();
|
||||
}
|
||||
if (event.text === "CONTROL") {
|
||||
control = false;
|
||||
|
|
Loading…
Reference in a new issue