Browse Source

fix hardware disable flag was ignored

Nicolas Cannasse 12 years ago
parent
commit
137b2be197
1 changed files with 1 additions and 1 deletions
  1. 1 1
      h3d/Engine.hx

+ 1 - 1
h3d/Engine.hx

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