Mark Sibly 7 年之前
父节点
当前提交
fe496ce27a
共有 1 个文件被更改,包括 1 次插入7 次删除
  1. 1 7
      bananas/glwindowtest/glwindowtest.monkey2

+ 1 - 7
bananas/glwindowtest/glwindowtest.monkey2

@@ -82,13 +82,7 @@ End
 
 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