mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 14:44:36 +00:00
uninitialized variables-gui
This commit is contained in:
parent
b9c207765e
commit
9fef1b3cd1
43 changed files with 119 additions and 33 deletions
|
|
@ -391,9 +391,9 @@ protected:
|
|||
/// Spacing between grid lines on the move grid.
|
||||
U32 mMoveGridSpacing;
|
||||
|
||||
bool mAxisEnabled[3];
|
||||
bool mUniformHandleEnabled;
|
||||
bool mScreenRotateHandleEnabled;
|
||||
bool mAxisEnabled[3];
|
||||
|
||||
// Used to override rendering of handles.
|
||||
bool mHighlightCentroidHandle;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue