corrections

This commit is contained in:
Anthony Calosa
2017-03-08 22:44:34 +08:00
parent 5c159e86d7
commit 57f55e4270
4 changed files with 353 additions and 346 deletions

View File

@@ -841,6 +841,7 @@ void GameStateMenu::Render()
renderer->RenderQuad(mBg.get(), SCREEN_WIDTH_F/2, 2, 0, 256 / mBg->mWidth, 166 / mBg->mHeight);
RenderTopMenu();
/*
//credits on lower left if available
std::ostringstream streamC;
streamC << "Credits: " << GameApp::mycredits;
@@ -852,6 +853,7 @@ void GameStateMenu::Render()
mFont->SetScale(DEFAULT_MAIN_FONT_SCALE);
mFont = WResourceManager::Instance()->GetWFont(Fonts::MENU_FONT);
//end
*/
}
if (subMenuController)
{