mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-05 00:09:57 +01:00
reset displaymode when done
This commit is contained in:
parent
cafa7452aa
commit
dc25f2fb17
|
|
@ -137,6 +137,7 @@ public class ControllerCreationTest {
|
|||
|
||||
System.out.println("Test completed successfully!");
|
||||
System.out.print("Shutting down...");
|
||||
Display.resetDisplayMode();
|
||||
Controller.destroy();
|
||||
gl.destroy();
|
||||
System.out.println("shutdown complete");
|
||||
|
|
|
|||
|
|
@ -143,6 +143,7 @@ public class MouseCreationTest {
|
|||
|
||||
System.out.println("Test completed successfully!");
|
||||
System.out.print("Shutting down...");
|
||||
Display.resetDisplayMode();
|
||||
Mouse.destroy();
|
||||
gl.destroy();
|
||||
System.out.println("shutdown complete");
|
||||
|
|
|
|||
Loading…
Reference in a new issue