ソースを参照

fix hardware disable flag was ignored

Nicolas Cannasse 12 年 前
コミット
137b2be197
1 ファイル変更1 行追加1 行削除
  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) {