mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Fix issue where console stack values were getting overwritten inside a C++ function
This commit is contained in:
parent
d87994ec37
commit
82fd1794e6
5 changed files with 51 additions and 19 deletions
|
|
@ -796,6 +796,7 @@ ExprEvalState::ExprEvalState()
|
|||
currentVariable = NULL;
|
||||
mStackDepth = 0;
|
||||
stack.reserve( 64 );
|
||||
mShouldReset = false;
|
||||
}
|
||||
|
||||
ExprEvalState::~ExprEvalState()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue