diff options
| author | Ray <raysan5@gmail.com> | 2019-02-28 23:06:37 +0100 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2019-02-28 23:06:37 +0100 |
| commit | 36fa0207f29a4f3e2ed1a8e4d541bcd14e09ff2b (patch) | |
| tree | ecf58f4a3149e429dc8b6f9c02070453d49977e9 /src/text.c | |
| parent | 50da9f623e1c2c70530653399a9acf1092e30a1d (diff) | |
| download | raylib-36fa0207f29a4f3e2ed1a8e4d541bcd14e09ff2b.tar.gz raylib-36fa0207f29a4f3e2ed1a8e4d541bcd14e09ff2b.zip | |
Some spacing review
Diffstat (limited to 'src/text.c')
| -rw-r--r-- | src/text.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1326,13 +1326,11 @@ int TextToInteger(const char *text) return result; } - //---------------------------------------------------------------------------------- //---------------------------------------------------------------------------------- // Module specific Functions Definition //---------------------------------------------------------------------------------- - #if defined(SUPPORT_FILEFORMAT_FNT) // Load a BMFont file (AngelCode font file) static Font LoadBMFont(const char *fileName) |
