Removed SDL_RenderSetIntegerScale() renaming note

Fixes https://github.com/libsdl-org/SDL/issues/9384
This commit is contained in:
Sam Lantinga 2024-03-27 12:44:59 -07:00
parent cde2dcd0d4
commit a9dbdb1947
1 changed files with 0 additions and 1 deletions

View File

@ -1134,7 +1134,6 @@ The following functions have been renamed:
* SDL_RenderIsClipEnabled() => SDL_RenderClipEnabled()
* SDL_RenderLogicalToWindow() => SDL_RenderCoordinatesToWindow()
* SDL_RenderSetClipRect() => SDL_SetRenderClipRect()
* SDL_RenderSetIntegerScale() => SDL_SetRenderIntegerScale()
* SDL_RenderSetLogicalSize() => SDL_SetRenderLogicalPresentation()
* SDL_RenderSetScale() => SDL_SetRenderScale()
* SDL_RenderSetVSync() => SDL_SetRenderVSync()