Typo fix.

This commit is contained in:
Sacha 2014-11-14 03:13:01 +10:00
parent dea2ae0950
commit 1e847f977d

View file

@ -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;
}