2
0
Эх сурвалжийг харах

Starting the Editor without an empty console window

Ivan K 10 жил өмнө
parent
commit
e4304645a2
1 өөрчлөгдсөн 1 нэмэгдсэн , 2 устгасан
  1. 1 2
      bin/Editor.bat

+ 1 - 2
bin/Editor.bat

@@ -1,5 +1,4 @@
-@echo off
 if exist "%~dp0Urho3DPlayer.exe" (set "DEBUG=") else (set "DEBUG=_d")
 if exist "%~dp0..\share\Urho3D\Resources" (set "OPT1=-pp ..\share\Urho3D\Resources") else (set "OPT1=")
 if [%1] == [] (set "OPT2=-w -s") else (set "OPT2=")
-"%~dp0Urho3DPlayer%DEBUG%" Scripts/Editor.as %OPT1% %OPT2% %*
+start "" "%~dp0Urho3DPlayer%DEBUG%" Scripts/Editor.as %OPT1% %OPT2% %*