mirror of
https://git.eden-emu.dev/archive/citron
synced 2026-03-23 01:56:08 -04:00
fixed order of LogManager and System init
This commit is contained in:
@@ -97,8 +97,8 @@ GMainWindow::GMainWindow()
|
||||
|
||||
show();
|
||||
|
||||
System::Init(render_window);
|
||||
LogManager::Init();
|
||||
System::Init(render_window);
|
||||
}
|
||||
|
||||
GMainWindow::~GMainWindow()
|
||||
|
||||
Reference in New Issue
Block a user