mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
get out if initialization failed
This commit is contained in:
parent
8419537ef7
commit
64fbbb24ac
1 changed files with 1 additions and 0 deletions
|
|
@ -109,6 +109,7 @@ public class HWCursorTest {
|
|||
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
System.exit(-1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue