Re-enable default shadow for BitmapText

This commit is contained in:
Chris Danford
2003-01-19 07:06:59 +00:00
parent 7f55f35562
commit 3c983e7fa7
+1 -4
View File
@@ -74,10 +74,7 @@ BitmapText::BitmapText()
m_iWidestLineWidth = 0;
// Shadow should be off by default. It requires us to draw 2x as many verticies,
// and is better left baked into the font texture.
// m_bShadow = true;
m_bShadow = true;
m_bRainbow = false;
}