mirror of
https://github.com/encounter/SDL.git
synced 2025-05-18 13:21:27 +00:00
emscripten: Don't flag window fullscreen on external requests
Also, the condition was always true.
This commit is contained in:
parent
55af8dcad9
commit
454943cf3e
@ -607,9 +607,6 @@ Emscripten_HandleFullscreenChange(int eventType, const EmscriptenFullscreenChang
|
||||
window_data->window->flags |= window_data->requested_fullscreen_mode;
|
||||
|
||||
window_data->requested_fullscreen_mode = 0;
|
||||
|
||||
if(!window_data->requested_fullscreen_mode)
|
||||
window_data->window->flags |= SDL_WINDOW_FULLSCREEN; /*we didn't request fullscreen*/
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user