mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 14:35:58 +00:00
*** empty log message ***
This commit is contained in:
parent
1fd7d36188
commit
645cbe5ba4
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ public final class Display {
|
|||
public static void setFullscreen(boolean fullscreen) throws LWJGLException {
|
||||
if (Display.fullscreen != fullscreen) {
|
||||
Display.fullscreen = fullscreen;
|
||||
if (!isCreated())
|
||||
if (!isCreated())
|
||||
return;
|
||||
destroyWindow();
|
||||
if (fullscreen) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue