removed unused variables

moved debug framerate message to be 10px higher.  current position covers the credit count on the game shop screens.
changed hard coded numeric values for menu ids to Labels.  ( this was done only to GameStateAward )
This commit is contained in:
techdragon.nguyen@gmail.com
2011-09-09 17:38:39 +00:00
parent cabd82e736
commit 5d09bb8a13
5 changed files with 25 additions and 21 deletions

View File

@@ -404,7 +404,7 @@ void GameApp::Render()
if (mFont)
{
mFont->SetColor(ARGB(255,255,255,255));
mFont->DrawString(buf, 10, SCREEN_HEIGHT-15);
mFont->DrawString(buf, 10, SCREEN_HEIGHT-25);
}
#endif