Change to Windows launch

In this way, we make sure that the correct version of UE4 is used for
carla.
This commit is contained in:
Daniel Santos-Oliván 2020-11-24 15:02:22 +01:00 committed by Axel1092
parent 4bdd107851
commit 937eb73bfa
1 changed files with 2 additions and 1 deletions

View File

@ -124,7 +124,8 @@ rem Launch Carla Editor
rem
if %LAUNCH_UE4_EDITOR% == true (
echo %FILE_N% Launching Unreal Editor...
call "%UE4_PROJECT_FOLDER%CarlaUE4.uproject"
call "%UE4_ROOT%\Engine\Binaries\Win64\UE4Editor.exe"^
"%UE4_PROJECT_FOLDER%CarlaUE4.uproject"
if %errorlevel% neq 0 goto error_build
)