Browse Source

Note that creating a renderer will fail if the preferred renderer isn't available.

Fixes https://github.com/libsdl-org/SDL/issues/11077
Sam Lantinga 9 tháng trước cách đây
mục cha
commit
b8e72b0969
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/SDL3/SDL_hints.h

+ 1 - 1
include/SDL3/SDL_hints.h

@@ -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:
  *