Explorar el Código

fix hardware disable flag was ignored

Nicolas Cannasse hace 12 años
padre
commit
137b2be197
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      h3d/Engine.hx

+ 1 - 1
h3d/Engine.hx

@@ -67,7 +67,7 @@ class Engine {
 	}
 
 	public function init() {
-		driver.init(onCreate);
+		driver.init(onCreate, !hardware);
 	}
 
 	public function driverName(details=false) {