Pārlūkot izejas kodu

Accidentally committed debug code

Sam Lantinga 12 gadi atpakaļ
vecāks
revīzija
48954ba194
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/test/SDL_test_common.c

+ 1 - 1
src/test/SDL_test_common.c

@@ -951,7 +951,7 @@ SDLTest_PrintEvent(SDL_Event * event)
 {
     if ((event->type == SDL_MOUSEMOTION) || (event->type == SDL_FINGERMOTION)) {
         /* Mouse and finger motion are really spammy */
-        //return;
+        return;
     }
 
     fprintf(stderr, "SDL EVENT: ");