Skip to content

Commit 92cfe2d

Browse files
committed
aaaaa
1 parent 3e3d0c5 commit 92cfe2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PenSkin.js

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ class PenSkin extends Skin {
102102
this.glDrawArraysInstanced = gl.drawArraysInstanced.bind(gl);
103103
this.glVertexAttribDivisor = gl.vertexAttribDivisor.bind(gl);
104104
} else {
105+
throw new Error('bad');
105106
// WebGL1 may have instanced rendering through the ANGLE_instanced_arrays extension
106107
const instancedArraysExtension = gl.getExtension('ANGLE_instanced_arrays');
107108
if (instancedArraysExtension) {

0 commit comments

Comments
 (0)