aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-14 22:22:36 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-14 22:22:36 +0800
commit73b756156e0e4ad63b6282ad696fbce18e10c86a (patch)
tree233e2553f08b10865afe818b1f95bd7817a3d1c8
parent3b2a801f86f4ce7cdca8681b619fe3ff88307ef2 (diff)
downloadSMELT-73b756156e0e4ad63b6282ad696fbce18e10c86a.tar.xz
Update example app.
-rw-r--r--examples/smelt_test.cpp2
1 files changed, 1 insertions, 1 deletions
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);