mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +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
|
|
@ -159,6 +159,9 @@ class GuiMeshRoadEditorUndoAction : public UndoAction
|
|||
|
||||
GuiMeshRoadEditorUndoAction( const UTF8* actionName ) : UndoAction( actionName )
|
||||
{
|
||||
mEditor = NULL;
|
||||
mObjId = 0;
|
||||
mMetersPerSegment = 1.0f;
|
||||
}
|
||||
|
||||
GuiMeshRoadEditorCtrl *mEditor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue