mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 18:54:14 +01:00 
			
		
		
		
	fixed order of LogManager and System init
This commit is contained in:
		
							parent
							
								
									7a080551ac
								
							
						
					
					
						commit
						bf025ed03c
					
				| @ -97,8 +97,8 @@ GMainWindow::GMainWindow() | ||||
| 
 | ||||
|     show(); | ||||
| 
 | ||||
|     System::Init(render_window); | ||||
|     LogManager::Init(); | ||||
|     System::Init(render_window); | ||||
| } | ||||
| 
 | ||||
| GMainWindow::~GMainWindow() | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user