no message

This commit is contained in:
Chris Danford
2001-11-29 02:13:35 +00:00
parent 439b74daa5
commit 79e4f30737
3 changed files with 346 additions and 5 deletions
+2 -1
View File
@@ -80,9 +80,10 @@ void BitmapText::Draw()
for( int i=0; i<m_sText.GetLength(); i++ ) {
char c = m_sText[i];
SetState( c );
fX += m_fCharWidthsInSourcePixels[c]/2;
SetX( fX ); // set X acording to offset
Sprite::Draw();
fX += m_fCharWidthsInSourcePixels[c] * GetZoom();
fX += m_fCharWidthsInSourcePixels[c]/2;
}
// set properties back to original