mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
fixes and some minor bc adjustment.
This commit is contained in:
parent
bc0f5bd3a3
commit
bfc0109485
7 changed files with 11 additions and 22 deletions
|
|
@ -2595,7 +2595,7 @@ ConsoleValue _BaseEngineConsoleCallbackHelper::_exec()
|
|||
// Cannot invoke callback until object has been registered
|
||||
if (mThis->isProperlyAdded())
|
||||
{
|
||||
ConsoleValue returnValue = std::move(Con::_internalExecute( mThis, mArgc, mArgv, false ));
|
||||
ConsoleValue returnValue = Con::_internalExecute( mThis, mArgc, mArgv, false );
|
||||
mArgc = mInitialArgc; // reset
|
||||
return std::move(returnValue);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue