Преглед изворни кода

Misplaced break in event switch

pooerh пре 13 година
родитељ
комит
8bb5cae36e
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      gameplay/src/PlatformLinux.cpp

+ 1 - 1
gameplay/src/PlatformLinux.cpp

@@ -624,8 +624,8 @@ int Platform::enterMessagePump()
                     {
                         _game->exit();
                     }
-                    break;
                 }
+                break;
             case DestroyNotify :
                 {
                     cleanupX11();