mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-03 16:39:01 -06:00 
			
		
		
		
	Quickfix typo in OpenGL 3.3 error message
User pointed out on the Discord server that "nothave" is erroneously concatenated. Added a space to prevent it.
This commit is contained in:
		@@ -311,7 +311,7 @@ bool GMainWindow::LoadROM(const QString& filename) {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    if (!gladLoadGL()) {
 | 
					    if (!gladLoadGL()) {
 | 
				
			||||||
        QMessageBox::critical(this, tr("Error while initializing OpenGL 3.3 Core!"),
 | 
					        QMessageBox::critical(this, tr("Error while initializing OpenGL 3.3 Core!"),
 | 
				
			||||||
                              tr("Your GPU may not support OpenGL 3.3, or you do not"
 | 
					                              tr("Your GPU may not support OpenGL 3.3, or you do not "
 | 
				
			||||||
                                 "have the latest graphics driver."));
 | 
					                                 "have the latest graphics driver."));
 | 
				
			||||||
        return false;
 | 
					        return false;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user