emscripten: Typo

This commit is contained in:
Beuc 2020-04-09 15:01:32 +01:00
parent d4f1b520c9
commit 0380cbd792
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ Emscripten_HandleFullscreenChange(int eventType, const EmscriptenFullscreenChang
window_data->requested_fullscreen_mode = 0;
if(!window_data->requested_fullscreen_mode)
window_data->window->flags |= SDL_WINDOW_FULLSCREEN; /*we didn't reqest fullscreen*/
window_data->window->flags |= SDL_WINDOW_FULLSCREEN; /*we didn't request fullscreen*/
}
else
{