Fixed onEnter animations for menu items.

This commit is contained in:
Pieter Hulshoff 2016-08-19 09:11:18 +02:00
parent db9c1f8eca
commit 357106bace

View File

@ -326,9 +326,8 @@ void RetroFE::run()
currentPage_->pushCollection(info);
currentPage_->onNewItemSelected();
currentPage_->start();
currentPage_->reallocateMenuSpritePoints();
currentPage_->start();
state = RETROFE_ENTER;
}