瀏覽代碼

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot 11 小時之前
父節點
當前提交
4376e10ed4
共有 1 個文件被更改,包括 4 次插入2 次删除
  1. 4 2
      include/SDL3/SDL_hints.h

+ 4 - 2
include/SDL3/SDL_hints.h

@@ -690,8 +690,10 @@ extern "C" {
  *
  * The variable can be set to the following values:
  *
- * - "1": Enable fast parameter error checking, e.g. quick NULL checks, etc. (default)
- * - "2": Enable full parameter error checking, e.g. validating objects are the correct type, etc.
+ * - "1": Enable fast parameter error checking, e.g. quick NULL checks, etc.
+ *   (default)
+ * - "2": Enable full parameter error checking, e.g. validating objects are
+ *   the correct type, etc.
  *
  * This hint can be set anytime.
  *