DamianS-eng hai 1 ano
pai
achega
80ff0f45fd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/demo/01-snake/snake.c

+ 1 - 1
examples/demo/01-snake/snake.c

@@ -380,9 +380,9 @@ SDL_AppResult SDL_AppEvent(void *appstate, SDL_Event *event)
     case SDL_EVENT_KEY_DOWN:
         return handle_key_event_(ctx, event->key.scancode);
         break;
-    }
     default:
         break;
+    }
     return SDL_APP_CONTINUE;
 }