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 -3
View File
@@ -116,9 +116,7 @@ void HighScoreWheel::Load( const HighScoreList& hsl, int iIndexToFocus )
" self:y(math.sin(radians)*90); "
" self:z(math.cos(radians)*90); "
"end";
ActorScroller::Load2(
10.5,
false );
ActorScroller::Load2( 10.5 );
ActorScroller::SetTransformFromExpression( sTransformFunction );
ActorScroller::SetSecondsPerItem( 0.2f );
Scroll();