Re-enable default shadow for BitmapText
This commit is contained in:
@@ -74,10 +74,7 @@ BitmapText::BitmapText()
|
|||||||
|
|
||||||
m_iWidestLineWidth = 0;
|
m_iWidestLineWidth = 0;
|
||||||
|
|
||||||
// Shadow should be off by default. It requires us to draw 2x as many verticies,
|
m_bShadow = true;
|
||||||
// and is better left baked into the font texture.
|
|
||||||
// m_bShadow = true;
|
|
||||||
|
|
||||||
|
|
||||||
m_bRainbow = false;
|
m_bRainbow = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user