소스 검색

glOptions (disable for now)

Nicolas Cannasse 8 년 전
부모
커밋
bcf49824ca
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      libs/sdl/sdl/Sdl.hx

+ 2 - 0
libs/sdl/sdl/Sdl.hx

@@ -15,6 +15,8 @@ class Sdl {
 		isWin32 = detectWin32();
 	}
 
+	//public static function glOptions( major : Int, minor : Int, depth : Int, stencil : Int, flags : Int ) {}
+
 	static function onTimeout() {
 		throw "Program timeout (infinite loop?)";
 	}