Explorar o código

fix hardware disable flag was ignored

Nicolas Cannasse %!s(int64=12) %!d(string=hai) anos
pai
achega
137b2be197
Modificáronse 1 ficheiros con 1 adicións e 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) {