Fix bugs with certain properties (and .x .y .z accessors) and add tests.

This commit is contained in:
Jeff Hutchinson 2021-08-16 22:02:24 -04:00
parent a449fadde2
commit 6ec40e86da
4 changed files with 125 additions and 48 deletions

View file

@ -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;
}