From 73b756156e0e4ad63b6282ad696fbce18e10c86a Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 14 May 2016 22:22:36 +0800 Subject: Update example app. --- examples/smelt_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/smelt_test.cpp b/examples/smelt_test.cpp index c1dc8d8..6bad6a6 100644 --- a/examples/smelt_test.cpp +++ b/examples/smelt_test.cpp @@ -93,7 +93,7 @@ bool doingNothing() //render a test string with the bitmap font. fonttest.render(0,0,0,ALIGN_LEFT,NULL,"bitmap font test"); //render a test string with the truetype font. - ttftest.render(0,500,0xFFFFFFFF,ALIGN_LEFT); + ttftest.render(0,500,0.5,0xFFFFFFFF,ALIGN_LEFT); //render the content of the previously used rendering //target to the screen. quad.tex=sm->smTargetTexture(testtrg); -- cgit v1.2.3