diff options
-rw-r--r-- | src/video/cocoa/fullscreen.mm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/video/cocoa/fullscreen.mm b/src/video/cocoa/fullscreen.mm index e3626e2ba..ffdf20e8f 100644 --- a/src/video/cocoa/fullscreen.mm +++ b/src/video/cocoa/fullscreen.mm @@ -296,6 +296,9 @@ class FullscreenSubdriver: public CocoaSubdriver { CFNumberGetValue(number, kCFNumberSInt32Type, &h); } + /* Hide mouse in order to avoid glitch in 8bpp */ + QZ_HideMouse(); + /* Fade display to zero gamma */ OTTD_QuartzGammaTable gamma_table; gamma_error = this->FadeGammaOut(&gamma_table); |