mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-23 14:20:57 +00:00
emscripten: Typo
This commit is contained in:
parent
d4f1b520c9
commit
0380cbd792
|
@ -558,7 +558,7 @@ Emscripten_HandleFullscreenChange(int eventType, const EmscriptenFullscreenChang
|
||||||
window_data->requested_fullscreen_mode = 0;
|
window_data->requested_fullscreen_mode = 0;
|
||||||
|
|
||||||
if(!window_data->requested_fullscreen_mode)
|
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
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue