Browse Source

Restore webgl2

David Catuhe 6 years ago
parent
commit
9009c186b9
1 changed files with 0 additions and 1 deletions
  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));