diff options
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ SpriteFont LoadSpriteFont(const char *fileName) // At this point we have a data array... - Color *imagePixels = GetPixelData(image); + Color *imagePixels = GetImageData(image); #if defined(PLATFORM_RPI) || defined(PLATFORM_WEB) ImageConvertToPOT(&image, MAGENTA); |
