diff --git a/src/core/utils/index.js b/src/core/utils/index.js index 670d844..b10278a 100644 --- a/src/core/utils/index.js +++ b/src/core/utils/index.js @@ -139,7 +139,7 @@ */ isWebGLSupported: function () { - var contextOptions = { stencil: true }; + var contextOptions = { stencil: true, failIfMajorPerformanceCaveat: true }; try { if (!window.WebGLRenderingContext)