aboutsummaryrefslogtreecommitdiffstats
path: root/gb_gl.h
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-02 22:11:23 +0100
committerGravatar gingerBill 2016-05-02 22:11:23 +0100
commit1da3c0eac8248c7c3622bacfe2790522890311b8 (patch)
tree2a2f31823f3d166d4dcaa075532c7e3c585577a8 /gb_gl.h
parentImplement rough versions of mod, remainder, copy_sign (diff)
Hash Table and Hashing Functions
Diffstat (limited to 'gb_gl.h')
-rw-r--r--gb_gl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gb_gl.h b/gb_gl.h
index 676bb4f..8b9cd8f 100644
--- a/gb_gl.h
+++ b/gb_gl.h
@@ -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));