Parcourir la source

Misplaced break in event switch

pooerh il y a 13 ans
Parent
commit
8bb5cae36e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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();