fixed main menu center of images

This commit is contained in:
Mark Vejvoda 2013-05-17 09:31:47 +00:00
parent 1ddf7db804
commit d8c7ccec9d
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ void MenuStateRoot::render() {
logoMainW, logoMainH,
extraLogo, GraphicComponent::getFade());
//currentX += extraLogo->getPixmap()->getW();
currentX += extraLogo->getPixmap()->getW();
}
renderer.renderButton(&buttonNewGame);