Fixed displaying online friend achievements.

This commit is contained in:
hiker
2014-12-03 12:24:30 +11:00
parent 4d3bbd2c78
commit 5cb3e90dfc

View File

@@ -482,7 +482,7 @@ void UserInfoDialog::onUpdate(float dt)
bool enter_profile = m_enter_profile;
ModalDialog::dismiss();
if (enter_profile)
StateManager::get()->replaceTopMostScreen(OnlineProfileAchievements::getInstance());
StateManager::get()->replaceTopMostScreen(TabOnlineProfileAchievements::getInstance());
return;
}
} // onUpdate