mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix xyz again by reverting previous commit and fixing the local variables from not resetting the object states.
This commit is contained in:
parent
57de7fd379
commit
313c069ecb
3 changed files with 103 additions and 10 deletions
|
|
@ -674,6 +674,13 @@ ConsoleValue CodeBlock::compileExec(StringTableEntry fileName, const char *inStr
|
|||
|
||||
consoleAllocReset();
|
||||
|
||||
#ifndef TORQUE_SHIPPING
|
||||
if (Con::getBoolVariable("$Debug::DumpByteCode"))
|
||||
{
|
||||
dumpInstructions();
|
||||
}
|
||||
#endif
|
||||
|
||||
if (lineBreakPairCount && fileName)
|
||||
calcBreakList();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue