mirror of https://github.com/libsdl-org/SDL
Fixed environment variable of SDL_HINT_RENDER_LOGICAL_SIZE_MODE.
This commit is contained in:
parent
871d43a839
commit
456bc301d9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue