mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 22:51:20 +02:00
Merge pull request #13829 from huffman/fix/edit-zoom-stuck
Fix edit orbit camera getting stuck zooming
This commit is contained in:
commit
96fd4704ac
1 changed files with 4 additions and 0 deletions
|
@ -145,6 +145,10 @@ CameraManager = function() {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
for (var action in actions) {
|
||||||
|
actions[action] = 0;
|
||||||
|
}
|
||||||
|
|
||||||
that.enabled = true;
|
that.enabled = true;
|
||||||
that.mode = MODE_INACTIVE;
|
that.mode = MODE_INACTIVE;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue