From 456bc301d9fe6dabd05c0768f8cfc9a421791e53 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Thu, 8 Jun 2017 22:40:21 +0200 Subject: [PATCH] Fixed environment variable of SDL_HINT_RENDER_LOGICAL_SIZE_MODE. --- include/SDL_hints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_hints.h b/include/SDL_hints.h index 5f2193568fb07..a10785d7fb23b 100644 --- a/include/SDL_hints.h +++ b/include/SDL_hints.h @@ -127,7 +127,7 @@ extern "C" { * * By default letterbox is used */ -#define SDL_HINT_RENDER_LOGICAL_SIZE_MODE "SDL_HINT_RENDER_LOGICAL_SIZE_MODE" +#define SDL_HINT_RENDER_LOGICAL_SIZE_MODE "SDL_RENDER_LOGICAL_SIZE_MODE" /** * \brief A variable controlling the scaling quality