Skip to content
Snippets Groups Projects
Commit fd954b26 authored by Lava Block's avatar Lava Block
Browse files

fix fullscreen switch

parent 8edcf787
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ struct window : id_obj {
void set_fullscreen(bool active) {
if (fullscreen_active == active)
if (fullscreen_active != active)
switch_mode_request_active = true;
}
bool fullscreen() const { return fullscreen_active; }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment