remove param

This commit is contained in:
Glenn Maynard
2006-08-16 18:23:56 +00:00
parent ba92d2cb49
commit 11372f28bf
7 changed files with 8 additions and 21 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ void ScoreScroller::Load(
for( int i=0; i<iNumCopies; ++i )
this->AddChild( new ScoreRowItem(ItemTemplate) );
DynamicActorScroller::Load2( (float) m_metricSongScoreRowsToDraw, false );
DynamicActorScroller::Load2( (float) m_metricSongScoreRowsToDraw );
DynamicActorScroller::SetTransformFromHeight( fItemHeight );
DynamicActorScroller::SetSecondsPerItem( SONG_SCORE_SECONDS_PER_ROW );
DynamicActorScroller::EnableMask( SCREEN_WIDTH, fItemHeight );