Explorar o código

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot hai 1 ano
pai
achega
949ec0c501
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/SDL3/SDL_mutex.h

+ 1 - 1
include/SDL3/SDL_mutex.h

@@ -963,7 +963,7 @@ typedef enum SDL_InitStatus
  *    {
  *        if (!SDL_ShouldQuit(&init)) {
  *            // The system is not initialized
- *            return true;
+ *            return;
  *        }
  *
  *        // At this point, you should not leave this function without calling SDL_SetInitialized()