mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-28 18:50:29 +00:00
(gl_raster_font.c) Fix block (un)binding
This commit is contained in:
parent
4205b3e8f3
commit
986367cf7d
@ -382,7 +382,7 @@ static void gl_raster_font_bind_block(void *data, void *userdata)
|
||||
gl_raster_t *font = (gl_raster_t*)data;
|
||||
gl_font_raster_block_t *block = (gl_font_raster_block_t*)userdata;
|
||||
|
||||
if (font && block)
|
||||
if (font)
|
||||
font->block = block;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user