mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
moar leak plug attempts
This commit is contained in:
parent
ea39c83afd
commit
ee0cf872a0
6 changed files with 108 additions and 11 deletions
|
|
@ -116,7 +116,7 @@ ConsoleValue SimConsoleThreadExecCallback::waitForResult()
|
|||
{
|
||||
if(sem->acquire(true))
|
||||
{
|
||||
return std::move(retVal);
|
||||
return (retVal);
|
||||
}
|
||||
|
||||
return ConsoleValue();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue