mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
Fixed SDL_ScaleMode values for consistency
This commit is contained in:
parent
e5edce8e75
commit
14a4ce8b59
21 changed files with 70 additions and 47 deletions
|
@ -2388,3 +2388,15 @@ SDL_DisplayMode e;
|
|||
- SDL_RenderLogicalToWindow
|
||||
+ SDL_RenderCoordinatesToWindow
|
||||
(...)
|
||||
@@
|
||||
@@
|
||||
- SDL_ScaleModeNearest
|
||||
+ SDL_SCALEMODE_NEAREST
|
||||
@@
|
||||
@@
|
||||
- SDL_ScaleModeLinear
|
||||
+ SDL_SCALEMODE_LINEAR
|
||||
@@
|
||||
@@
|
||||
- SDL_ScaleModeBest
|
||||
+ SDL_SCALEMODE_BEST
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue