aboutsummaryrefslogtreecommitdiff
path: root/examples/smelt_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/smelt_test.cpp')
-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);