Fixed environment variable of SDL_HINT_RENDER_LOGICAL_SIZE_MODE.

This commit is contained in:
Philipp Wiesemann 2017-06-08 22:40:21 +02:00
parent 871d43a839
commit 456bc301d9

View File

@ -127,7 +127,7 @@ extern "C" {
* *
* By default letterbox is used * 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 * \brief A variable controlling the scaling quality