This commit is contained in:
Susko3 2024-05-15 21:43:12 +02:00 committed by Sam Lantinga
parent 968e8c9275
commit e6345716e0
1 changed files with 1 additions and 1 deletions

View File

@ -2160,7 +2160,7 @@ extern DECLSPEC int SDLCALL SDL_SetRenderVSync(SDL_Renderer *renderer, int vsync
* Get VSync of the given renderer.
*
* \param renderer The renderer to toggle
* \param vsync an int filled with the current vertical refresh sync interval. See SDL_SetRenderVSync for meaning of the value.
* \param vsync an int filled with the current vertical refresh sync interval. See SDL_SetRenderVSync for the meaning of the value.
* \returns 0 on success or a negative error code on failure; call
* SDL_GetError() for more information.
*