Restore fullscreen vs. windowed mode switch
This commit is contained in:
parent
d00b818b50
commit
f7ddb7f6d8
|
@ -1974,7 +1974,7 @@ int _GNW95_init_mode_ex(int width, int height, int bpp)
|
||||||
configFree(&resolutionConfig);
|
configFree(&resolutionConfig);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (_GNW95_init_window(width, height, false) == -1) {
|
if (_GNW95_init_window(width, height, fullscreen) == -1) {
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue