simplify ActorScroller::Load2
This commit is contained in:
@@ -365,7 +365,8 @@ void ScoreScroller::Load(
|
||||
for( int i=0; i<iNumCopies; ++i )
|
||||
this->AddChild( new ScoreRowItem(ItemTemplate) );
|
||||
|
||||
DynamicActorScroller::Load2( SONG_SCORE_SECONDS_PER_ROW, (float) m_metricSongScoreRowsToDraw, fItemHeight, false );
|
||||
DynamicActorScroller::Load2( (float) m_metricSongScoreRowsToDraw, fItemHeight, false );
|
||||
DynamicActorScroller::SetSecondsPerItem( SONG_SCORE_SECONDS_PER_ROW );
|
||||
DynamicActorScroller::EnableMask( SCREEN_WIDTH, fItemHeight );
|
||||
DynamicActorScroller::ScrollThroughAllItems();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user