phase out param

This commit is contained in:
Glenn Maynard
2006-08-16 18:31:00 +00:00
parent 2877e7ef0f
commit 47a62d7db6
7 changed files with 16 additions and 8 deletions
+2 -1
View File
@@ -116,7 +116,8 @@ 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 );
ActorScroller::SetNumItemsToDraw( 10.5f );
ActorScroller::Load2();
ActorScroller::SetTransformFromExpression( sTransformFunction );
ActorScroller::SetSecondsPerItem( 0.2f );
Scroll();