David Catuhe 6 gadi atpakaļ
vecāks
revīzija
9009c186b9
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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));