mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2633,4 +2634,4 @@ function EditorDropdownSliderContainer::onMouseDown(%this)
|
||||||
function EditorDropdownSliderContainer::onRightMouseDown(%this)
|
function EditorDropdownSliderContainer::onRightMouseDown(%this)
|
||||||
{
|
{
|
||||||
Canvas.popDialog(%this);
|
Canvas.popDialog(%this);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue