(gl_raster_font.c) Avoid another static code analysis warning

This commit is contained in:
Twinaphex 2016-05-02 17:10:21 +02:00
parent 4039bc89d6
commit 54427bd377

View File

@ -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)