uninitialized variables-environment and forrest

This commit is contained in:
AzaezelX 2020-05-11 14:56:04 -05:00
parent 2c1508c169
commit 1efb687867
20 changed files with 74 additions and 34 deletions

View file

@ -181,6 +181,10 @@ class GuiRiverEditorUndoAction : public UndoAction
GuiRiverEditorUndoAction( const UTF8* actionName ) : UndoAction( actionName )
{
mRiverEditor = NULL;
mObjId = 0;
mMetersPerSegment = 1.0f;
mSegmentsPerBatch = 10;
}
GuiRiverEditorCtrl *mRiverEditor;