mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-05-11 06:28:24 +02:00
Fixed SDL_ScaleMode values for consistency
This commit is contained in:
@@ -368,7 +368,7 @@ WatchJoystick(SDL_Joystick *joystick)
|
||||
/* scale for platforms that don't give you the window size you asked for. */
|
||||
SDL_SetRenderLogicalPresentation(screen, SCREEN_WIDTH, SCREEN_HEIGHT,
|
||||
SDL_LOGICAL_PRESENTATION_LETTERBOX,
|
||||
SDL_ScaleModeLinear);
|
||||
SDL_SCALEMODE_LINEAR);
|
||||
|
||||
/* Print info about the joystick we are watching */
|
||||
name = SDL_GetJoystickName(joystick);
|
||||
|
||||
Reference in New Issue
Block a user