mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +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;
|
mStackDepth = 0;
|
||||||
stack.reserve( 64 );
|
stack.reserve( 64 );
|
||||||
mShouldReset = false;
|
mShouldReset = false;
|
||||||
|
mResetLocked = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
ExprEvalState::~ExprEvalState()
|
ExprEvalState::~ExprEvalState()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue