diff options
| author | 2016-05-21 15:01:53 +0100 | |
|---|---|---|
| committer | 2016-05-21 15:01:53 +0100 | |
| commit | 2c414c2141b0453e6a61ba94ef1a8e490e1183ab (patch) | |
| tree | 4d243677aa5933275c588751cec24992e8149705 /gb_gl.h | |
| parent | Minor code layout changes (diff) | |
Instantiated Hash Table
Diffstat (limited to '')
| -rw-r--r-- | gb_gl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1334,7 +1334,7 @@ gbgl_load_texture2d_from_file(gbglTexture *texture, b32 flip_vertically, char co va_list va; va_start(va, filename); - path = gb_sprintf_va(filename, va); + path = gb_bprintf_va(filename, va); va_end(va); stbi_set_flip_vertically_on_load(flip_vertically); |
