Skip to content

Commit b8e72b0

Browse files
committed
Note that creating a renderer will fail if the preferred renderer isn't available.
Fixes #11077
1 parent 1ca45c5 commit b8e72b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3/SDL_hints.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2767,7 +2767,7 @@ extern "C" {
27672767
*
27682768
* If the application doesn't pick a specific renderer to use, this variable
27692769
* specifies the name of the preferred renderer. If the preferred renderer
2770-
* can't be initialized, the normal default renderer is used.
2770+
* can't be initialized, creating a renderer will fail.
27712771
*
27722772
* This variable is case insensitive and can be set to the following values:
27732773
*

0 commit comments

Comments
 (0)