Actor::DrawPrimitives() does nothing.

This commit is contained in:
Steve Checkoway
2005-10-29 11:38:23 +00:00
parent ca8e0c5137
commit 3c0deebeba
-1
View File
@@ -787,7 +787,6 @@ void ColorBitmapText::DrawPrimitives( )
m_aVertices[i].c = m_pTempState->glow;
DrawChars();
}
Actor::DrawPrimitives();
}
void ColorBitmapText::SetMaxLines( int iNumLines, int iDirection )