mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 02:56:50 +02:00
Fix edit orbit camera getting stuck zooming
This commit is contained in:
parent
d1a80e57be
commit
24af22a52f
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