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.)
This commit is contained in:
@@ -78,7 +78,7 @@ protected:
|
|||||||
vector<RageSpriteVertex> m_aVertices;
|
vector<RageSpriteVertex> m_aVertices;
|
||||||
vector<RageTexture *> m_pTextures;
|
vector<RageTexture *> m_pTextures;
|
||||||
map<size_t, Attribute> m_mAttributes;
|
map<size_t, Attribute> m_mAttributes;
|
||||||
bool m_bHasGlowAttribute;
|
bool m_bHasGlowAttribute;
|
||||||
|
|
||||||
// recalculate the items in SetText()
|
// recalculate the items in SetText()
|
||||||
void BuildChars();
|
void BuildChars();
|
||||||
|
|||||||
Reference in New Issue
Block a user