Преглед изворни кода

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) {