mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Initialize mResetLocked too
This commit is contained in:
parent
82fd1794e6
commit
bfca94da5c
1 changed files with 1 additions and 0 deletions
|
|
@ -797,6 +797,7 @@ ExprEvalState::ExprEvalState()
|
|||
mStackDepth = 0;
|
||||
stack.reserve( 64 );
|
||||
mShouldReset = false;
|
||||
mResetLocked = false;
|
||||
}
|
||||
|
||||
ExprEvalState::~ExprEvalState()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue