Explorar o código

Starting the Editor without an empty console window

Ivan K %!s(int64=10) %!d(string=hai) anos
pai
achega
e4304645a2
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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% %*