Restore fullscreen vs. windowed mode switch

This commit is contained in:
Alexander Batalov 2022-07-11 17:58:19 +03:00
parent d00b818b50
commit f7ddb7f6d8
1 changed files with 1 additions and 1 deletions

View File

@ -1974,7 +1974,7 @@ int _GNW95_init_mode_ex(int width, int height, int bpp)
configFree(&resolutionConfig);
}
if (_GNW95_init_window(width, height, false) == -1) {
if (_GNW95_init_window(width, height, fullscreen) == -1) {
return -1;
}