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.
2 parents 4b76edf + 80e61ee commit ffd1255Copy full SHA for ffd1255
src/lib/prepare_regl.js
@@ -49,6 +49,8 @@ module.exports = function prepareRegl(gd, extensions) {
49
success = false;
50
}
51
52
+ if(!d.regl) success = false;
53
+
54
if(success) {
55
this.addEventListener('webglcontextlost', function(event) {
56
if(gd && gd.emit) {
0 commit comments