Update rtext.c

This commit is contained in:
Ray 2023-07-05 18:36:54 +02:00
parent 225b4fb3e2
commit 58bd10edb2

@ -112,8 +112,8 @@ static Font defaultFont = { 0 };
//----------------------------------------------------------------------------------
#if defined(SUPPORT_FILEFORMAT_FNT)
static Font LoadBMFont(const char *fileName); // Load a BMFont file (AngelCode font file)
static int textLineSpacing = 15; // Text vertical line spacing in pixels
#endif
static int textLineSpacing = 15; // Text vertical line spacing in pixels
#if defined(SUPPORT_DEFAULT_FONT)
extern void LoadFontDefault(void);