revert weird wrapping hack. I can't make sense of it, and it's causing

infinite loops.  Implement overdraw handling correctly.
This commit is contained in:
Glenn Maynard
2005-05-19 06:11:46 +00:00
parent 140ec4fdca
commit 01490f8f68
4 changed files with 17 additions and 65 deletions
-1
View File
@@ -87,7 +87,6 @@ protected:
vector<RageSpriteVertex> verts;
vector<RageTexture *> tex;
void AddLine( CString & sAddition, int & iWidthPixels );
void BuildChars();
void DrawChars();
void UpdateBaseZoom();