Merge pull request #13829 from huffman/fix/edit-zoom-stuck

Fix edit orbit camera getting stuck zooming
This commit is contained in:
John Conklin II 2018-08-16 08:21:31 -07:00 committed by GitHub
commit 96fd4704ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -145,6 +145,10 @@ CameraManager = function() {
});
}
for (var action in actions) {
actions[action] = 0;
}
that.enabled = true;
that.mode = MODE_INACTIVE;