mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
uninitialized variables-navigation
This commit is contained in:
parent
f52c3d5ed2
commit
a46bf3d7e5
5 changed files with 6 additions and 6 deletions
|
|
@ -45,6 +45,7 @@ duDebugDrawTorque::duDebugDrawTorque()
|
|||
mCurrColor = 0;
|
||||
mOverrideColor = 0;
|
||||
mOverride = false;
|
||||
dMemset(&mStore, 0, sizeof(mStore));
|
||||
}
|
||||
|
||||
duDebugDrawTorque::~duDebugDrawTorque()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue