Przeglądaj źródła

fix hardware disable flag was ignored

Nicolas Cannasse 12 lat temu
rodzic
commit
137b2be197
1 zmienionych plików z 1 dodań i 1 usunięć
  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) {