Pārlūkot izejas kodu

Clarify comment

Co-authored-by: Simon McVittie <[email protected]>
Sam Lantinga 3 gadi atpakaļ
vecāks
revīzija
c9ff90b949
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/events/SDL_events.c

+ 1 - 1
src/events/SDL_events.c

@@ -989,7 +989,7 @@ SDL_WaitEventTimeout(SDL_Event * event, int timeout)
         return 0;
     case 0:
         if (timeout == 0) {
-            /* No events available, and no timeout */
+            /* No events available, and not willing to wait */
             return 0;
         }
         break;