mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-06-02 18:07:40 +00:00
Fix typo
This commit is contained in:
parent
968e8c9275
commit
e6345716e0
1 changed files with 1 additions and 1 deletions
|
@ -2160,7 +2160,7 @@ extern DECLSPEC int SDLCALL SDL_SetRenderVSync(SDL_Renderer *renderer, int vsync
|
||||||
* Get VSync of the given renderer.
|
* Get VSync of the given renderer.
|
||||||
*
|
*
|
||||||
* \param renderer The renderer to toggle
|
* \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
|
* \returns 0 on success or a negative error code on failure; call
|
||||||
* SDL_GetError() for more information.
|
* SDL_GetError() for more information.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue