mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +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
|
|
@ -1547,10 +1547,6 @@ ConsoleValue CodeBlock::exec(U32 ip, const char* functionName, Namespace* thisNa
|
|||
_STK--;
|
||||
break;
|
||||
|
||||
case OP_FLT_TO_NONE:
|
||||
_STK--;
|
||||
break;
|
||||
|
||||
case OP_UINT_TO_FLT:
|
||||
numStack[_STK].f = (F64)numStack[_STK].i;
|
||||
break;
|
||||
|
|
@ -1560,7 +1556,7 @@ ConsoleValue CodeBlock::exec(U32 ip, const char* functionName, Namespace* thisNa
|
|||
_STK--;
|
||||
break;
|
||||
|
||||
case OP_UINT_TO_NONE:
|
||||
case OP_NUM_TO_NONE:
|
||||
_STK--;
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue