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 6bad6a6..879a507 100644
--- a/examples/smelt_test.cpp
+++ b/examples/smelt_test.cpp
@@ -61,7 +61,7 @@ bool doingNothing()
if(d>0.37){sm->smSFXPlay(sfx);d=0;}
//We render the 3D scene to a render target.
- sm->smRenderBegin3D(60,testtrg);
+ sm->smRenderBegin3D(60,true,testtrg);
//camera position and rotation.
static float pos[3]={0,0,600};
static float rot[3]={0,0,-30};