Skip to content

Commit 0604a33

Browse files
author
Avaer Kazmer
committed
Small Graphics.js cleanup
1 parent 2044606 commit 0604a33

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Graphics.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ ProxiedWebGLRenderingContext.prototype._exokitClearEnabled = function _exokitCle
203203
class OES_vertex_array_object {
204204
constructor(gl) {
205205
this.gl = gl;
206-
this.extension = GlobalContext.proxyContext.getExtension('OES_vertex_array_object');
207206

208207
this.VERTEX_ARRAY_BINDING_OES = OES_vertex_array_object.VERTEX_ARRAY_BINDING_OES;
209208
}

0 commit comments

Comments
 (0)