mirror of
https://github.com/libretro/RetroArch
synced 2025-03-19 16:21:30 +00:00
(gl_raster_font.c) Avoid another static code analysis warning
This commit is contained in:
parent
4039bc89d6
commit
54427bd377
@ -98,7 +98,6 @@ static bool gl_raster_font_upload_atlas(gl_raster_t *font,
|
||||
{
|
||||
case 1:
|
||||
memcpy(dst, src, atlas->width);
|
||||
src += atlas->width;
|
||||
break;
|
||||
case 2:
|
||||
for (j = 0; j < atlas->width; ++j)
|
||||
|
Loading…
x
Reference in New Issue
Block a user