mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-26 15:49:30 +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();
|
||||
Canvas.setContent(EditorGui);
|
||||
$isFirstPersonVar = true;
|
||||
EditorGui.syncCameraGui();
|
||||
}
|
||||
|
||||
|
|
@ -2633,4 +2634,4 @@ function EditorDropdownSliderContainer::onMouseDown(%this)
|
|||
function EditorDropdownSliderContainer::onRightMouseDown(%this)
|
||||
{
|
||||
Canvas.popDialog(%this);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue