mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-07 15:35:09 +00:00
added System.exit so that vm instances gets nuked in webstart
This commit is contained in:
parent
4ad9b565d5
commit
4a85362ccb
38 changed files with 62 additions and 22 deletions
|
|
@ -220,5 +220,6 @@ public class OpenALCreationTest {
|
|||
public static void main(String[] args) {
|
||||
OpenALCreationTest oalCreationTest = new OpenALCreationTest();
|
||||
oalCreationTest.execute(args);
|
||||
System.exit(0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue