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