mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 11:28:15 +00:00
SDL_test_font.c: fix type of SDLTest_CharTextureCacheList
This commit is contained in:

committed by
Sam Lantinga

parent
a0e055a7f9
commit
2008f2a8a6
@@ -3118,7 +3118,7 @@ struct SDLTest_CharTextureCache {
|
|||||||
/*!
|
/*!
|
||||||
\brief List of per-renderer caches for 8x8 pixel font textures created at runtime.
|
\brief List of per-renderer caches for 8x8 pixel font textures created at runtime.
|
||||||
*/
|
*/
|
||||||
static SDL_Texture *SDLTest_CharTextureCacheList;
|
static struct SDLTest_CharTextureCache *SDLTest_CharTextureCacheList;
|
||||||
|
|
||||||
int SDLTest_DrawCharacter(SDL_Renderer *renderer, int x, int y, char c)
|
int SDLTest_DrawCharacter(SDL_Renderer *renderer, int x, int y, char c)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user