浏览代码

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