From 3c983e7fa71baf442b376bcd6a41e35bcc071c2a Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Sun, 19 Jan 2003 07:06:59 +0000 Subject: [PATCH] Re-enable default shadow for BitmapText --- stepmania/src/BitmapText.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stepmania/src/BitmapText.cpp b/stepmania/src/BitmapText.cpp index 5433aefb52..9cb4f8bb87 100644 --- a/stepmania/src/BitmapText.cpp +++ b/stepmania/src/BitmapText.cpp @@ -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; }