소스 검색

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