fix process and sdl2

This commit is contained in:
2025-07-19 21:10:57 -05:00
parent 4ed0dfa2a5
commit a55705ead4
2 changed files with 129 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ namespace Tesses::CrossLang
{
for(int64_t i = 0; i < arguments->Count(); i++)
{
TObject argVal;
TObject argVal=arguments->Get(i);
std::string argValStr;
if(GetObject(argVal,argValStr))
this->process.args.push_back(argValStr);