mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
Made FullScreenWindowedTest call Display.destroy() on exit
This commit is contained in:
parent
85ed9cbe76
commit
b4fe6f6d8d
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ public class FullScreenWindowedTest {
|
|||
* Cleans up the test
|
||||
*/
|
||||
private void cleanup() {
|
||||
// Display.destroy();
|
||||
Display.destroy();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue