Fixed SDL_GetRendererOutputSize renaming

This commit is contained in:
Sam Lantinga 2023-02-09 17:31:44 -08:00
parent e65e2c8ed7
commit fa599c7548

View file

@ -2371,7 +2371,7 @@ SDL_DisplayMode e;
@@
@@
- SDL_GetRendererOutputSize
+ SDL_GetCurrentRenderOutputSizeInPixels
+ SDL_GetCurrentRenderOutputSize
(...)
@@
@@