aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-17 23:51:30 +0800
committerGravatar Chris Xiong <chirs241097@gmail.com> 2016-05-17 23:51:30 +0800
commit1c27cc906eb36d3182feb46981f60333bac1448b (patch)
tree538b329d04b763c3bc57e0cf0018a353527fe0c4
parentd961ae306461e1606d37539f512a5d907490531b (diff)
parent73b756156e0e4ad63b6282ad696fbce18e10c86a (diff)
downloadSMELT-1c27cc906eb36d3182feb46981f60333bac1448b.tar.xz
Merge branch 'master' of github.com:BearKidsTeam/SMELT
-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);