Explorar o código

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

ncannasse %!s(int64=12) %!d(string=hai) anos
pai
achega
930178a05e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {