Skip to content

Commit

Permalink
emscripten: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Beuc committed Apr 9, 2020
1 parent d4f1b52 commit 0380cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/emscripten/SDL_emscriptenevents.c
Expand Up @@ -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
{
Expand Down

0 comments on commit 0380cbd

Please sign in to comment.