Mark Sibly 7 years ago
parent
commit
02e3004aa5
1 changed files with 1 additions and 3 deletions
  1. 1 3
      modules/mojo3d/tests/ducks.monkey2

+ 1 - 3
modules/mojo3d/tests/ducks.monkey2

@@ -5,7 +5,7 @@ Namespace myapp
 #Import "<mojo>"
 #Import "<mojo>"
 #Import "<mojo3d>"
 #Import "<mojo3d>"
 
 
-#Import "assets/"
+#Import "assets/duck.gltf/@/duck.gltf"
 
 
 Using std..
 Using std..
 Using mojo..
 Using mojo..
@@ -27,8 +27,6 @@ Class MyWindow Extends Window
 
 
 		Super.New( title,width,height,flags )
 		Super.New( title,width,height,flags )
 		
 		
-		SetConfig( "MOJO3D_RENDERER","forward" )
-		
 		'create scene
 		'create scene
 		'		
 		'		
 		_scene=New Scene
 		_scene=New Scene