mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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.mode = MODE_INACTIVE;
|
||||
|
||||
|
|
Loading…
Reference in a new issue