mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 09:33:29 +02:00
Disable edit camera tools
This commit is contained in:
parent
7b5d2ef9f8
commit
55fdbfec1f
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ CameraManager = function() {
|
|||
|
||||
that.updateCamera();
|
||||
|
||||
cameraTool.setVisible(true);
|
||||
cameraTool.setVisible(false);
|
||||
}
|
||||
|
||||
that.disable = function(ignoreCamera) {
|
||||
|
|
Loading…
Reference in a new issue