mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Amend console stack fixes to work with gcc in Ubuntu x64.
This commit is contained in:
parent
6c92ab065e
commit
57eed9c8e4
2 changed files with 4 additions and 4 deletions
|
|
@ -129,7 +129,7 @@ ConsoleValueRef SimConsoleThreadExecCallback::waitForResult()
|
|||
return retVal;
|
||||
}
|
||||
|
||||
return NULL;
|
||||
return (const char*)NULL;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue