remove debug garbage

This commit is contained in:
Chris Danford
2003-09-13 20:18:04 +00:00
parent 8a4317e0e1
commit 0e25035583
-3
View File
@@ -211,9 +211,6 @@ void BitmapText::DrawChars()
unsigned uStartGlyph = SCALE( m_temp.crop.left, 0.f, 1.f, 0, uNumGlyphs );
unsigned uEndGlyph = SCALE( m_temp.crop.right, 0.f, 1.f, uNumGlyphs, 0 );
if( m_temp.crop.right > 0 )
int skjdks = 0;
for(unsigned start = uStartGlyph; start < uEndGlyph; )
{
unsigned end = start;