simplify ActorScroller::Load2

This commit is contained in:
Glenn Maynard
2005-12-07 03:50:11 +00:00
parent 7c65f28e44
commit 24dd9f52a5
4 changed files with 4 additions and 5 deletions
+2 -1
View File
@@ -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();