s/FRECT/RectF/

This commit is contained in:
Glenn Maynard
2002-10-31 06:00:30 +00:00
parent c20d5b67dc
commit 677e6b0a2e
12 changed files with 21 additions and 21 deletions
+1 -1
View File
@@ -262,7 +262,7 @@ void BitmapText::DrawPrimitives()
//
iNumV -= 4;
FRECT frectTexCoords = *pTexture->GetTextureCoordRect( iFrameNo );
RectF frectTexCoords = *pTexture->GetTextureCoordRect( iFrameNo );
// Tweak the textures frame rectangles so we don't draw extra
// to the left and right of the character, saving us fill rate.