mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
Fix realm list by updating auth handler during REALM_SELECTION state
This commit is contained in:
parent
eda70e9c6f
commit
1383e6c159
1 changed files with 3 additions and 1 deletions
|
|
@ -328,7 +328,9 @@ void Application::update(float deltaTime) {
|
|||
break;
|
||||
|
||||
case AppState::REALM_SELECTION:
|
||||
// Realm selection update
|
||||
if (authHandler) {
|
||||
authHandler->update(deltaTime);
|
||||
}
|
||||
break;
|
||||
|
||||
case AppState::CHARACTER_SELECTION:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue