mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-14 04:03:46 +00:00
dial back a case of stringtable over use
This commit is contained in:
parent
2325756e36
commit
c7275300fb
1 changed files with 1 additions and 1 deletions
|
|
@ -1722,7 +1722,7 @@ Con::EvalResult CodeBlock::exec(U32 ip, const char* functionName, Namespace* thi
|
|||
TORQUE_CASE_FALLTHROUGH;
|
||||
|
||||
case OP_LOADIMMED_STR:
|
||||
stack[_STK + 1].setStringTableEntry(curStringTable + code[ip++]);
|
||||
stack[_STK + 1].setString(curStringTable + code[ip++]);
|
||||
_STK ++;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue