Selaa lähdekoodia

glOptions (disable for now)

Nicolas Cannasse 8 vuotta sitten
vanhempi
commit
bcf49824ca
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. 2 0
      libs/sdl/sdl/Sdl.hx

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

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