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

Accidentally committed debug code

Sam Lantinga пре 12 година
родитељ
комит
48954ba194
1 измењених фајлова са 1 додато и 1 уклоњено
  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)) {
     if ((event->type == SDL_MOUSEMOTION) || (event->type == SDL_FINGERMOTION)) {
         /* Mouse and finger motion are really spammy */
         /* Mouse and finger motion are really spammy */
-        //return;
+        return;
     }
     }
 
 
     fprintf(stderr, "SDL EVENT: ");
     fprintf(stderr, "SDL EVENT: ");