Переглянути джерело

Removed an assertion it's possible to hit

Sam Lantinga 2 роки тому
батько
коміт
61704b5862
1 змінених файлів з 0 додано та 2 видалено
  1. 0 2
      test/testcontroller.c

+ 0 - 2
test/testcontroller.c

@@ -967,8 +967,6 @@ static void HandleGamepadAdded(SDL_JoystickID id, SDL_bool verbose)
     int i;
     int i;
 
 
     i = FindController(id);
     i = FindController(id);
-
-    SDL_assert(i >= 0);
     if (i < 0) {
     if (i < 0) {
         return;
         return;
     }
     }