Typo fix.
This commit is contained in:
parent
dea2ae0950
commit
1e847f977d
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ int main(int argc, char *argv[]) {
|
|||
}
|
||||
|
||||
// Is resolution is too low to run windowed
|
||||
if (g_DesktopWidth < 480 * 2 && g_desktopHeight < 272 * 2) {
|
||||
if (g_DesktopWidth < 480 * 2 && g_DesktopHeight < 272 * 2) {
|
||||
mode |= SDL_WINDOW_FULLSCREEN_DESKTOP;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue