瀏覽代碼

Merge pull request #914 from Azaezel/alpha402/fixMoarFlags

parseArgs() followup
Brian Roberts 2 年之前
父節點
當前提交
112426e1f5
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      Templates/BaseGame/game/data/UI/guis/startupGui.tscript

+ 4 - 1
Templates/BaseGame/game/data/UI/guis/startupGui.tscript

@@ -155,5 +155,8 @@ function StartupGui::onDone(%this)
          // We do have a bitmap so cycle to it
          %this.next();
       }
-   }
+   }   
+   
+   if ($startGUIEditor) fastLoadGUIEdit(1);
+   if ($startWorldEditor) fastLoadWorldEdit(1);
 }