Get rid of QNAM (now subclassed and less needy). Basic LWJGL download and extraction.
This commit is contained in:
parent
091b7502cf
commit
afaa1dc223
35 changed files with 506 additions and 242 deletions
|
@ -412,7 +412,7 @@ void MainWindow::onLoginComplete(LoginResponse response)
|
|||
return;
|
||||
m_activeLogin = LoginResponse(response);
|
||||
|
||||
OneSixUpdate *updateTask = m_activeInst->doUpdate();
|
||||
BaseUpdate *updateTask = m_activeInst->doUpdate();
|
||||
if(!updateTask)
|
||||
{
|
||||
launchInstance(m_activeInst, m_activeLogin);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue