浏览代码

Merge branch 'webgl' of github.com:ncannasse/h3d into webgl

ncannasse 12 年之前
父节点
当前提交
930178a05e
共有 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) {