diff --git a/objects/oIntroController.object.gmx b/objects/oIntroController.object.gmx
index b3c92e0..c188ed6 100644
--- a/objects/oIntroController.object.gmx
+++ b/objects/oIntroController.object.gmx
@@ -27,6 +27,7 @@
1
alarm[0] = 180;
txt = get_text("Title", "ControllerRecommended");
+// If on Linux, quickly toggle fullscreen to get rid of GM:S mess. Seemed to be the best place to do that.
if (os_type == os_linux && global.opfullscreen) {
window_set_fullscreen(false);
window_set_fullscreen(true);