mirror of
https://github.com/lubosz/overte.git
synced 2025-08-12 10:16:10 +02: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") {
|
if (event.text === "ALT") {
|
||||||
alt = false;
|
alt = false;
|
||||||
changed = true;
|
changed = true;
|
||||||
mode = noMode;
|
|
||||||
restoreCameraState();
|
|
||||||
}
|
}
|
||||||
if (event.text === "CONTROL") {
|
if (event.text === "CONTROL") {
|
||||||
control = false;
|
control = false;
|
||||||
|
|
Loading…
Reference in a new issue