From 4376e10ed423243969e5ecdc6fd8a03f3317d95f Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Fri, 19 Sep 2025 03:59:55 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_hints.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h index a2df82a94c..b01073af28 100644 --- a/include/SDL3/SDL_hints.h +++ b/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. *