From 479726a5e468a2f4d0f9337f082889082e535bfb Mon Sep 17 00:00:00 2001 From: jussi Date: Wed, 20 Nov 2024 18:23:42 +0200 Subject: Initial switch to raylib 5.5. --- include/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/text.h') diff --git a/include/text.h b/include/text.h index dd43956..f95b813 100644 --- a/include/text.h +++ b/include/text.h @@ -9,7 +9,7 @@ int ltextLoadFontFromImage( lua_State* L ); int ltextLoadFontFromMemory( lua_State* L ); int ltextLoadFontFromData( lua_State* L ); int ltextFontCopy( lua_State* L ); -int ltextIsFontReady( lua_State* L ); +int ltextIsFontValid( lua_State* L ); int ltextLoadFontData( lua_State* L ); int ltextGenImageFontAtlas( lua_State* L ); int ltextUnloadFont( lua_State* L ); -- cgit v1.2.3