diff options
| author | 2016-05-02 22:11:23 +0100 | |
|---|---|---|
| committer | 2016-05-02 22:11:23 +0100 | |
| commit | 1da3c0eac8248c7c3622bacfe2790522890311b8 (patch) | |
| tree | 2a2f31823f3d166d4dcaa075532c7e3c585577a8 /gb_gl.h | |
| parent | Implement rough versions of mod, remainder, copy_sign (diff) | |
Hash Table and Hashing Functions
Diffstat (limited to 'gb_gl.h')
| -rw-r--r-- | gb_gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1641,7 +1641,7 @@ gbgl_cache_font(gbglFontCache *fc, char const *ttf_filename, f32 font_size) gb_close_file(&file); } else { - GB_PANIC("Could not open ttf file: %s", ttf_filename); + GB_PANIC("Could not open ttf file"); } stbtt_InitFont(&(*ttf_cache)->finfo, (*ttf_cache)->ttf, stbtt_GetFontOffsetForIndex((*ttf_cache)->ttf, 0)); |
