(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.)
This commit is contained in:
Glenn Maynard
2007-08-21 00:25:06 +00:00
parent 2832da8b4c
commit e68f1ffa35
+1 -1
View File
@@ -78,7 +78,7 @@ protected:
vector<RageSpriteVertex> m_aVertices;
vector<RageTexture *> m_pTextures;
map<size_t, Attribute> m_mAttributes;
bool m_bHasGlowAttribute;
bool m_bHasGlowAttribute;
// recalculate the items in SetText()
void BuildChars();