mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-03-01 19:13:58 +01:00
get out if initialization failed
This commit is contained in:
parent
8419537ef7
commit
64fbbb24ac
|
|
@ -109,6 +109,7 @@ public class HWCursorTest {
|
|||
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
System.exit(-1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue