浏览代码

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 3 月之前
父节点
当前提交
949ec0c501
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()