Call super in WebGL context
This commit is contained in:
@@ -29,6 +29,7 @@ class WebGLContext extends Disposable {
|
||||
* @param {WebGLRenderingContext} gl GL.
|
||||
*/
|
||||
constructor(canvas, gl) {
|
||||
super();
|
||||
|
||||
/**
|
||||
* @private
|
||||
|
||||
Reference in New Issue
Block a user