diff options
| author | Ray <[email protected]> | 2023-07-05 18:36:54 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-07-05 18:36:54 +0200 |
| commit | 58bd10edb27e0e5dd8d835e2222239390c804d5e (patch) | |
| tree | c8620ac2fb579a21a598b10dba0c3179873c1ac3 | |
| parent | 225b4fb3e2503d97a53d3aa746ddac3648cfebd8 (diff) | |
| download | raylib-58bd10edb27e0e5dd8d835e2222239390c804d5e.tar.gz raylib-58bd10edb27e0e5dd8d835e2222239390c804d5e.zip | |
Update rtext.c
| -rw-r--r-- | src/rtext.c | 2 |
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); |
