mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 14:00:39 +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
|
|
@ -82,6 +82,7 @@ GuiRoadEditorCtrl::GuiRoadEditorCtrl()
|
|||
mSelectedSplineColor.set( 0,255,0,255 );
|
||||
mHoverNodeColor.set( 255,255,255,255 );
|
||||
|
||||
mSavedDrag = false;
|
||||
mIsDirty = false;
|
||||
|
||||
mMaterialName = StringTable->insert("DefaultDecalRoadMaterial");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue