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