mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-06 15:54:20 +01:00
Made FullScreenWindowedTest call Display.destroy() on exit
This commit is contained in:
parent
85ed9cbe76
commit
b4fe6f6d8d
|
|
@ -219,7 +219,7 @@ public class FullScreenWindowedTest {
|
|||
* Cleans up the test
|
||||
*/
|
||||
private void cleanup() {
|
||||
// Display.destroy();
|
||||
Display.destroy();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue