mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 22:17:59 +00:00
Make sure the mode member is never null in FullScreenWindowedTest
This commit is contained in:
parent
6e1913e4df
commit
78006b3409
1 changed files with 1 additions and 1 deletions
|
|
@ -245,7 +245,7 @@ public class FullScreenWindowedTest {
|
|||
return modes[i];
|
||||
}
|
||||
}
|
||||
return null;
|
||||
return Display.getDisplayMode();
|
||||
}
|
||||
/**
|
||||
* Initializes OGL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue