Mark Sibly 8 years ago
parent
commit
33f1cc60f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/mojo3d/tests/particles.monkey2

+ 1 - 1
modules/mojo3d/tests/particles.monkey2

@@ -105,7 +105,7 @@ Function Main()
 '	config["mojo3d_renderer"]="forward-direct"	'default on mobile targets. depth buffer must be enabled too.
 '	config["mojo3d_renderer"]="forward-direct"	'default on mobile targets. depth buffer must be enabled too.
 '	config["GL_depth_buffer_enabled"]=1
 '	config["GL_depth_buffer_enabled"]=1
 
 
-	config["mojo3d_renderer"]="forward"
+'	config["mojo3d_renderer"]="forward"
 		
 		
 	New AppInstance( config )
 	New AppInstance( config )