mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix bugs with certain properties (and .x .y .z accessors) and add tests.
This commit is contained in:
parent
a449fadde2
commit
6ec40e86da
4 changed files with 125 additions and 48 deletions
|
|
@ -1114,7 +1114,7 @@ void CodeBlock::dumpInstructions(U32 startIp, bool upToReturn)
|
|||
|
||||
case OP_SETCUROBJECT:
|
||||
{
|
||||
Con::printf("%i: OP_SETCUROBJECT stk=-1", ip - 1);
|
||||
Con::printf("%i: OP_SETCUROBJECT stk=0", ip - 1);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue