simplify: only accept RectF

This commit is contained in:
Chris Danford
2004-09-22 02:20:50 +00:00
parent 6aaa517c62
commit 1ec8cbb208
4 changed files with 11 additions and 21 deletions
+2 -2
View File
@@ -131,7 +131,7 @@ public:
void DrawStrip( float fRightEdgePercent )
{
RectI rect;
RectF rect;
const float fChamberWidthInPercent = 1.0f/NUM_CHAMBERS;
const float fStripWidthInPercent = 1.0f/NUM_STRIPS;
@@ -177,7 +177,7 @@ public:
void DrawMask( float fPercent )
{
RectI rect;
RectF rect;
int iChamber;
float fChamberOverflowPercent;