simplify ActorScroller::Load3

This commit is contained in:
Glenn Maynard
2005-12-07 03:53:49 +00:00
parent 24dd9f52a5
commit 12ff6ff4da
4 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -116,11 +116,11 @@ void HighScoreWheel::Load( const HighScoreList& hsl, int iIndexToFocus )
" self:z(math.cos(radians)*90); "
"end";
ActorScroller::Load3(
0.2f,
10.5,
sTransformFunction,
1,
false );
ActorScroller::SetSecondsPerItem( 0.2f );
Scroll();
}