Skip to content

Commit

Permalink
Fixed environment variable of SDL_HINT_RENDER_LOGICAL_SIZE_MODE.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 8, 2017
1 parent 871d43a commit 456bc30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_hints.h
Expand Up @@ -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
Expand Down

0 comments on commit 456bc30

Please sign in to comment.