Update LEGO1/lego/legoomni/src/common/legoutils.cpp

This commit is contained in:
Anonymous Maarten 2024-12-28 09:41:57 +00:00 committed by GitHub
parent c185ba2b16
commit bf686b4a17
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -322,7 +322,7 @@ void InvokeAction(Extra::ActionType p_actionId, const MxAtomId& p_pAtom, MxS32 p
break;
case Extra::ActionType::e_run: {
const char* args[] =
{"/lego/sources/main/main.exe", "/lego/sources/main/main.exe", "/script", p_pAtom.GetInternal(), NULL};
{"/lego/sources/main/main.exe", "/script", p_pAtom.GetInternal(), NULL};
SDL_Process* process = SDL_CreateProcess(args, false);
} break;
case Extra::ActionType::e_enable: