From e68f1ffa359bcf5f595a5085e12a31f20f7f3e61 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 21 Aug 2007 00:25:06 +0000 Subject: [PATCH] cleanup (I'm ambivalent about aligning blocks of variables like this and frequently don't bother, but if a block is going to do it, it should be consistent within the block.) --- stepmania/src/BitmapText.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/BitmapText.h b/stepmania/src/BitmapText.h index ec0fcf0236..68b0447bd8 100644 --- a/stepmania/src/BitmapText.h +++ b/stepmania/src/BitmapText.h @@ -78,7 +78,7 @@ protected: vector m_aVertices; vector m_pTextures; map m_mAttributes; - bool m_bHasGlowAttribute; + bool m_bHasGlowAttribute; // recalculate the items in SetText() void BuildChars();