Mark Sibly 7 years ago
parent
commit
fe496ce27a
1 changed files with 1 additions and 7 deletions
  1. 1 7
      bananas/glwindowtest/glwindowtest.monkey2

+ 1 - 7
bananas/glwindowtest/glwindowtest.monkey2

@@ -82,13 +82,7 @@ End
 
 
 Function Main()
 Function Main()
 
 
-	'New optional App config options - these enabled depth/stencil buffers.
-	'
-	Local cfg:=New StringMap<String>
-	cfg["GL_depth_buffer_enabled"]=1
-	cfg["GL_stencil_buffer_enabled"]=1
-
-	New AppInstance( cfg )
+	New AppInstance
 	
 	
 	New MyWindow
 	New MyWindow