Просмотр исходного кода

Misplaced break in event switch

pooerh 13 лет назад
Родитель
Сommit
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();
                         _game->exit();
                     }
                     }
-                    break;
                 }
                 }
+                break;
             case DestroyNotify :
             case DestroyNotify :
                 {
                 {
                     cleanupX11();
                     cleanupX11();