From 123771f6b50550d35ba3f6d7c87e240686c23703 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 17 Jun 2017 22:43:07 +0800 Subject: Fixed example application. Fixed compile errors in Windows. --- examples/smelt_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/smelt_test.cpp') 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}; -- cgit v1.2.3