|
@@ -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);
|
|
|
-}
|
|
|
+}
|