Kaynağa Gözat

PlatformLinux: Fix cursor visibility

Fixes #1104
Üstün Ergenoglu 12 yıl önce
ebeveyn
işleme
ca33d4f394
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      gameplay/src/PlatformLinux.cpp

+ 1 - 1
gameplay/src/PlatformLinux.cpp

@@ -1501,7 +1501,7 @@ namespace gameplay
     {
         if (visible != __cursorVisible)
         {
-            if (visible)
+            if (!visible)
             {
                 Cursor invisibleCursor;
                 Pixmap bitmapNoData;