Skip to content

Commit

Permalink
Update LEGO1/lego/legoomni/src/common/legoutils.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
madebr authored Dec 28, 2024
1 parent c185ba2 commit bf686b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LEGO1/lego/legoomni/src/common/legoutils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf686b4

Please sign in to comment.