mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
chore(glue): tweak style
This commit is contained in:
parent
eb90ee3dcd
commit
dad9ccc033
@ -90,11 +90,13 @@ float CalculateAspectRatio() {
|
||||
}
|
||||
|
||||
void CGlueMgr::CancelRealmListQuery() {
|
||||
if (CGlueMgr::m_idleState == IDLE_REALM_LIST) {
|
||||
ClientServices::Connection()->Cancel(2);
|
||||
|
||||
CGlueMgr::SetIdleState(IDLE_NONE);
|
||||
if (CGlueMgr::m_idleState != IDLE_REALM_LIST) {
|
||||
return;
|
||||
}
|
||||
|
||||
ClientServices::Connection()->Cancel(2);
|
||||
|
||||
CGlueMgr::SetIdleState(IDLE_NONE);
|
||||
}
|
||||
|
||||
void CGlueMgr::ChangeRealm(const REALM_INFO* realmInfo) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user