From 1d1b996a063d474a050fec2f570b1f81bfecd945 Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Fri, 11 Dec 2009 21:04:56 +0000 Subject: [PATCH] [BUG] GRRLIB_PrintBMF was changed, but not the demo --- examples/lesson1/source/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/lesson1/source/main.c b/examples/lesson1/source/main.c index 9904d5a..a3e6418 100644 --- a/examples/lesson1/source/main.c +++ b/examples/lesson1/source/main.c @@ -163,7 +163,7 @@ int main() { GRRLIB_Printf(left, top+300, tex_BMfont3, GRRLIB_WHITE, 1, "IR Y VALUE: %d", (int)ir1.y); GRRLIB_Printf(left, top+350, tex_BMfont3, 0XFFFFFF50, 1, "TEXT WITH ALPHA"); GRRLIB_Printf(left, top+400, tex_BMfont5, GRRLIB_LIME, 1, "This font has the 128 ASCII characters"); - GRRLIB_PrintBMF(left, top+420, bmf_Font2, 1, "%s", bmf_Font2->name); + GRRLIB_PrintBMF(left, top+420, bmf_Font2, "%s", bmf_Font2->name); } GRRLIB_Printf(500, 27, tex_BMfont5, GRRLIB_WHITE, 1, "Current FPS: %d", FPS); GRRLIB_Render();