Browse Source

Merge pull request #2000 from saxonschmauderer/patch-3

Fix for bug #1975
Areloch 6 năm trước cách đây
mục cha
commit
582e4f0130

+ 2 - 1
Templates/Full/game/tools/worldEditor/scripts/EditorGui.ed.cs

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