diff --git a/src/core/index.js b/src/core/index.js index 2f885dd..a80f03b 100644 --- a/src/core/index.js +++ b/src/core/index.js @@ -82,7 +82,7 @@ width = width || 800; height = height || 600; - if (false)//!noWebGL && core.utils.isWebGLSupported()) + if (!noWebGL && core.utils.isWebGLSupported()) { return new core.WebGLRenderer(width, height, options); }