mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
uninitialized variables-environment and forrest
This commit is contained in:
parent
2c1508c169
commit
1efb687867
20 changed files with 74 additions and 34 deletions
|
|
@ -161,7 +161,9 @@ ForestSelectionTool::ForestSelectionTool()
|
|||
: Parent(),
|
||||
mGizmo( NULL ),
|
||||
mCurrAction( NULL ),
|
||||
mGizmoProfile( NULL )
|
||||
mGizmoProfile( NULL ),
|
||||
mMouseDragged(false),
|
||||
mUsingGizmo(false)
|
||||
{
|
||||
mBounds = Box3F::Invalid;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue