fix skipping close functions on startup exception
This commit is contained in:
parent
605dcec605
commit
b1ccfe3019
|
@ -79,7 +79,8 @@ public class OpsuDance {
|
|||
try {
|
||||
container.setup();
|
||||
} catch (Exception e) {
|
||||
errorAndExit("could not initialize GL", e);
|
||||
ErrorHandler.error("could not initialize GL", e).preventContinue().show();
|
||||
return false;
|
||||
}
|
||||
Exception caughtException = null;
|
||||
try {
|
||||
|
|
Loading…
Reference in New Issue
Block a user