Explorar o código

Fixed the name of the environment variable to match the name of the hint.

Sam Lantinga %!s(int64=12) %!d(string=hai) anos
pai
achega
3ef5a97706
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/SDL_hints.h

+ 1 - 1
include/SDL_hints.h

@@ -260,7 +260,7 @@ extern "C" {
 /**
  *  \brief If set to 1, then do not allow high-DPI windows. ("Retina" on Mac)
  */
-#define SDL_HINT_VIDEO_HIGHDPI_DISABLED "SDL_HIGHDPI_DISABLED"
+#define SDL_HINT_VIDEO_HIGHDPI_DISABLED "SDL_VIDEO_HIGHDPI_DISABLED"
 
 
 /**