This commit is contained in:
Glenn Maynard
2005-09-19 09:55:05 +00:00
parent 075b132f89
commit be73671d02
3 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -24,8 +24,8 @@ public:
virtual void Update( float fDeltaTime );
virtual void DrawPrimitives();
virtual void DrawItem( int i );
virtual void DrawItem( int i, WheelItemBase *display, const float fThisBannerPositionOffsetFromSelection);
virtual void DrawItem( int i ) { DrawItem( i, m_WheelBaseItems[i], i - NUM_WHEEL_ITEMS/2 + m_fPositionOffsetFromSelection ); }
void TweenOnScreen(bool changing_sort);
void TweenOffScreen(bool changing_sort);