Explorar o código

SDL_test_font.c: fix type of SDLTest_CharTextureCacheList

Eric Wasylishen %!s(int64=4) %!d(string=hai) anos
pai
achega
2008f2a8a6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/test/SDL_test_font.c

+ 1 - 1
src/test/SDL_test_font.c

@@ -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)
 {
 {