mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
qt: Add fallback to default shader on load
This commit is contained in:
@@ -74,7 +74,7 @@ OpenGLOptionsDialog::accept()
|
||||
else
|
||||
options->addDefaultShader();
|
||||
|
||||
} catch (std::runtime_error &e) {
|
||||
} catch (const std::runtime_error &e) {
|
||||
delete options;
|
||||
|
||||
QMessageBox msgBox(this);
|
||||
|
||||
Reference in New Issue
Block a user