Leave camera where it is after releasing Alt key

This commit is contained in:
David Rowe 2020-01-06 11:04:23 +13:00
parent fcc1f928a1
commit ac34d49c1b

View file

@ -233,8 +233,6 @@ function keyReleaseEvent(event) {
if (event.text === "ALT") {
alt = false;
changed = true;
mode = noMode;
restoreCameraState();
}
if (event.text === "CONTROL") {
control = false;