code cleanup: removed commented out code.

This commit is contained in:
techdragon.nguyen@gmail.com
2010-10-31 10:12:20 +00:00
parent d125c245b3
commit 4cfb266d14

View File

@@ -21,7 +21,6 @@ SimpleMenuItem::SimpleMenuItem(SimpleMenu* _parent, int id, int fontId, string t
void SimpleMenuItem::RenderWithOffset(float yOffset)
{
WFont * mFont = resources.GetWFont(fontId);
//mFont->SetColor(ARGB(255,255,255,255));
mFont->DrawString(mText.c_str(), mX, mY + yOffset, JGETEXT_CENTER);
}