mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +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
|
|
@ -137,10 +137,9 @@ namespace Compiler
|
|||
OP_STR_TO_NONE, // 60
|
||||
OP_FLT_TO_UINT,
|
||||
OP_FLT_TO_STR,
|
||||
OP_FLT_TO_NONE,
|
||||
OP_UINT_TO_FLT,
|
||||
OP_UINT_TO_STR,
|
||||
OP_UINT_TO_NONE,
|
||||
OP_NUM_TO_NONE,
|
||||
|
||||
OP_LOADIMMED_UINT,
|
||||
OP_LOADIMMED_FLT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue