uninitialized variables-gui

This commit is contained in:
AzaezelX 2020-05-11 15:03:27 -05:00
parent b9c207765e
commit 9fef1b3cd1
43 changed files with 119 additions and 33 deletions

View file

@ -90,8 +90,10 @@ EndImplementEnumType;
GuiAutoScrollCtrl::GuiAutoScrollCtrl()
: mDirection( Up ),
mIsLooping( true ),
mCurrentPhase( PhaseComplete ),
mCurrentPhase( GuiAutoScrollCtrl::PhaseComplete ),
mCurrentTime( 0.f ),
mCompleteTime(FLT_MAX),
mCurrentPosition(0.0f),
mStartDelay( 3.f ),
mResetDelay( 5.f ),
mChildBorder( 10 ),