Fix for Qt UI

This commit is contained in:
Sacha 2013-02-13 21:16:40 +10:00
parent f55776ee59
commit fd16744f36

View File

@ -168,7 +168,7 @@ void NativeInit(int argc, const char *argv[], const char *savegame_directory, co
LogManager::GetInstance()->SetLogLevel(LogTypes::G3D, LogTypes::LERROR);
#if defined(USING_GLES2)
#if !defined(USING_GLES2)
// Start Desktop UI
MainWindow* mainWindow = new MainWindow();
mainWindow->show();