no message

This commit is contained in:
Chris Danford
2001-11-30 09:38:35 +00:00
parent a9eec44e4a
commit 9b4f0e6918
6 changed files with 89 additions and 13 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ void BitmapText::Draw()
float fCharWidthZoomed = m_fCharWidthsInSourcePixels[c] * GetZoom();
SetState( c );
fX += fCharWidthZoomed/2;
SetX( fX ); // set X acording to offset
SetX( roundf(fX) ); // set X acording to offset and round to help blurring
Sprite::Draw();
fX += fCharWidthZoomed/2;
}