mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
Merge pull request #2000 from saxonschmauderer/patch-3
Fix for bug #1975
This commit is contained in:
commit
852f82b8a5
1 changed files with 2 additions and 1 deletions
|
|
@ -1872,6 +1872,7 @@ function Editor::open(%this)
|
||||||
|
|
||||||
%this.editorEnabled();
|
%this.editorEnabled();
|
||||||
Canvas.setContent(EditorGui);
|
Canvas.setContent(EditorGui);
|
||||||
|
$isFirstPersonVar = true;
|
||||||
EditorGui.syncCameraGui();
|
EditorGui.syncCameraGui();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue