1
0
Fork 0
mirror of https://github.com/GRRLIB/GRRLIB.git synced 2025-03-16 08:46:54 +00:00

[CHG] Code is a bit simpler (1 line instead of 2)

This commit is contained in:
Crayon2000 2009-11-12 03:36:48 +00:00
parent 49ffb512b5
commit f725d47aad

View file

@ -101,6 +101,5 @@ void GRRLIB_PrintBMF (const f32 xpos, const f32 ypos,
GRRLIB_FlushTex( tex_BMfont );
GRRLIB_DrawImg(0, 0, tex_BMfont, 0, 1, 1, 0xFFFFFFFF);
free(tex_BMfont->data);
free(tex_BMfont);
GRRLIB_FreeTexture(tex_BMfont);
}