Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed two typos in header file comment.
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
include/SDL_render.h
|
@@ -552,7 +552,7 @@ extern DECLSPEC void SDLCALL SDL_RenderGetClipRect(SDL_Renderer * renderer, |
|
|
SDL_Rect * rect); |
|
|
|
|
|
/** |
|
|
* \brief Get wether clipping is enabled on the given renderer |
|
|
* \brief Get whether clipping is enabled on the given renderer. |
|
|
* |
|
|
* \param renderer The renderer from which clip state should be queried. |
|
|
* |
|
|