Преглед изворни кода

Fix for Issue 275

Resolves the unexpected console behavior described in #275.
chaigler пре 10 година
родитељ
комит
0b7efcf40c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      engine/source/console/compiledEval.cc

+ 1 - 0
engine/source/console/compiledEval.cc

@@ -1482,6 +1482,7 @@ breakContinue:
                   Con::warnf(ConsoleLogEntry::General,"%s: Unable to find object: '%s' attempting to call function '%s'", getFileLine(ip-6), callArgv[1], fnName);
                   
                   STR.popFrame(); // [neo, 5/7/2007 - #2974]
+				  STR.setStringValue("");
 
                   break;
                }