mirror of
https://github.com/GRRLIB/GRRLIB.git
synced 2024-11-10 10:22:20 +00:00
[CHG] Code is a bit simpler (1 line instead of 2)
This commit is contained in:
parent
49ffb512b5
commit
f725d47aad
1 changed files with 1 additions and 2 deletions
|
@ -101,6 +101,5 @@ void GRRLIB_PrintBMF (const f32 xpos, const f32 ypos,
|
||||||
|
|
||||||
GRRLIB_FlushTex( tex_BMfont );
|
GRRLIB_FlushTex( tex_BMfont );
|
||||||
GRRLIB_DrawImg(0, 0, tex_BMfont, 0, 1, 1, 0xFFFFFFFF);
|
GRRLIB_DrawImg(0, 0, tex_BMfont, 0, 1, 1, 0xFFFFFFFF);
|
||||||
free(tex_BMfont->data);
|
GRRLIB_FreeTexture(tex_BMfont);
|
||||||
free(tex_BMfont);
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue