소스 검색

Restore webgl2

David Catuhe 6 년 전
부모
커밋
9009c186b9
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      src/Engines/engine.ts

+ 0 - 1
src/Engines/engine.ts

@@ -1091,7 +1091,6 @@ export class Engine {
             }
 
             // GL
-            options.disableWebGL2Support = true;
             if (!options.disableWebGL2Support) {
                 try {
                     this._gl = <any>(canvas.getContext("webgl2", options) || canvas.getContext("experimental-webgl2", options));