mirror of
https://git.tesses.org/tesses50/crosslang.git
synced 2026-06-01 18:25:32 +00:00
fix process and sdl2
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user