1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-04-15 16:54:09 -05:00

fixed order of LogManager and System init

This commit is contained in:
bunnei 2014-04-21 22:02:32 -04:00
parent 7a080551ac
commit bf025ed03c

View File

@ -97,8 +97,8 @@ GMainWindow::GMainWindow()
show();
System::Init(render_window);
LogManager::Init();
System::Init(render_window);
}
GMainWindow::~GMainWindow()