mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +00:00
Fix for unexpected behavior described in issue #704
This commit is contained in:
parent
65099897f4
commit
b661abaf83
1 changed files with 1 additions and 0 deletions
|
|
@ -1572,6 +1572,7 @@ breakContinue:
|
|||
|
||||
Con::warnf(ConsoleLogEntry::General,"%s: Unable to find object: '%s' attempting to call function '%s'", getFileLine(ip-4), callArgv[1], fnName);
|
||||
STR.popFrame();
|
||||
STR.setStringValue("");
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue