From 43b13d623be7bf4773d399af2efffaa76a2113a6 Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 28 Jan 2014 21:21:29 +0100 Subject: Update to version 1.0.5 Check CHANGELOG for changes --- src/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/text.c') diff --git a/src/text.c b/src/text.c index 5af45f86..f1070a03 100644 --- a/src/text.c +++ b/src/text.c @@ -611,7 +611,7 @@ static SpriteFont LoadRBMF(const char *fileName) printf("Image reconstructed correctly... now converting it to texture..."); - spriteFont.texture = CreateTexture2D(image); + spriteFont.texture = CreateTexture(image); UnloadImage(image); // Unload image data -- cgit v1.2.3