diff options
| author | Ray <[email protected]> | 2024-04-19 21:13:36 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-04-19 21:13:36 +0200 |
| commit | 51486a060654e042c3f5c177bb87875e8de8ebec (patch) | |
| tree | 8cf66c80bec99d764ed7ce0c5dc427789087882e /src | |
| parent | b88365fb01eb255be3d7acfab5af2cbadf90730e (diff) | |
| download | raylib-51486a060654e042c3f5c177bb87875e8de8ebec.tar.gz raylib-51486a060654e042c3f5c177bb87875e8de8ebec.zip | |
Update rtext.c
Diffstat (limited to 'src')
| -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 87b99102..51c10b55 100644 --- a/src/rtext.c +++ b/src/rtext.c @@ -2508,6 +2508,6 @@ static GlyphInfo *LoadFontDataBDF(const unsigned char *fileData, int dataSize, i return glyphs; } -#endif +#endif // SUPPORT_FILEFORMAT_BDF #endif // SUPPORT_MODULE_RTEXT |
