We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5306c12 commit 3003077Copy full SHA for 3003077
src/lib/prepare_regl.js
@@ -48,6 +48,8 @@ module.exports = function prepareRegl(gd, extensions) {
48
} catch(e) {
49
success = false;
50
}
51
+
52
+ if(!d.regl) success = false;
53
54
if(success) {
55
this.addEventListener('webglcontextlost', function(event) {
0 commit comments