summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2023-07-05 18:36:54 +0200
committerRay <[email protected]>2023-07-05 18:36:54 +0200
commit58bd10edb27e0e5dd8d835e2222239390c804d5e (patch)
treec8620ac2fb579a21a598b10dba0c3179873c1ac3 /src
parent225b4fb3e2503d97a53d3aa746ddac3648cfebd8 (diff)
downloadraylib-58bd10edb27e0e5dd8d835e2222239390c804d5e.tar.gz
raylib-58bd10edb27e0e5dd8d835e2222239390c804d5e.zip
Update rtext.c
Diffstat (limited to 'src')
-rw-r--r--src/rtext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rtext.c b/src/rtext.c
index 0cdac6d1..396275a8 100644
--- a/src/rtext.c
+++ b/src/rtext.c
@@ -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);