fix edit elements drawing way off screen in boomerang causing artifacts on some hardware

This commit is contained in:
Chris Danford
2005-04-19 04:04:37 +00:00
parent 1f483158f7
commit 3c247ff138
+2
View File
@@ -44,6 +44,8 @@ public:
protected:
void CacheAllUsedNoteSkins();
bool IsOnScreen( float fBeat, int iFirstPixelToDraw, int iLastPixelToDraw );
void DrawBeatBar( const float fBeat );
void DrawMarkerBar( int fBeat );
void DrawAreaHighlight( int iStartBeat, int iEndBeat );