fix uninitialized variable
This commit is contained in:
@@ -32,6 +32,7 @@ ActorScroller::ActorScroller()
|
|||||||
m_fSecondsPauseBetweenItems = 0;
|
m_fSecondsPauseBetweenItems = 0;
|
||||||
m_fNumItemsToDraw = 7;
|
m_fNumItemsToDraw = 7;
|
||||||
m_bLoop = false;
|
m_bLoop = false;
|
||||||
|
m_bFastCatchup = false;
|
||||||
m_fPauseCountdownSeconds = 0;
|
m_fPauseCountdownSeconds = 0;
|
||||||
m_fQuantizePixels = 0;
|
m_fQuantizePixels = 0;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user