mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:07:07 +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();
|
that.updateCamera();
|
||||||
|
|
||||||
cameraTool.setVisible(true);
|
cameraTool.setVisible(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
that.disable = function(ignoreCamera) {
|
that.disable = function(ignoreCamera) {
|
||||||
|
|
Loading…
Reference in a new issue