mirror of https://github.com/libsdl-org/SDL
Note that creating a renderer will fail if the preferred renderer isn't available.
Fixes https://github.com/libsdl-org/SDL/issues/11077
This commit is contained in:
parent
1ca45c5891
commit
b8e72b0969
|
@ -2767,7 +2767,7 @@ extern "C" {
|
|||
*
|
||||
* If the application doesn't pick a specific renderer to use, this variable
|
||||
* specifies the name of the preferred renderer. If the preferred renderer
|
||||
* can't be initialized, the normal default renderer is used.
|
||||
* can't be initialized, creating a renderer will fail.
|
||||
*
|
||||
* This variable is case insensitive and can be set to the following values:
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue