We don't need to pass the renderer into SDLTest_CleanupTextDrawing()
This commit is contained in:
parent
a23db8ea59
commit
c81cbcc940
2 changed files with 3 additions and 3 deletions
|
@ -68,7 +68,7 @@ int SDLTest_DrawString(SDL_Renderer *renderer, int x, int y, const char *s);
|
|||
/**
|
||||
* \brief Cleanup textures used by font drawing functions.
|
||||
*/
|
||||
void SDLTest_CleanupTextDrawing(SDL_Renderer *renderer);
|
||||
void SDLTest_CleanupTextDrawing(void);
|
||||
|
||||
/* Ends C function definitions when using C++ */
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue