Remove unnecessary debug output

This commit is contained in:
Andrew Illarionov 2023-11-05 00:49:02 +03:00
parent b290e102c1
commit a93611fc43
2 changed files with 1 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -326,7 +326,6 @@ class Portal {
this.gl.uniformMatrix4fv(this.uniforms.projectionMatrix, false, identityMatrix);
this.gl.uniform2f(this.uniforms.resolution, this.canvas.clientWidth, this.canvas.clientHeight);
console.log(this.canvas.clientWidth, this.canvas.clientHeight);
this.gl.uniform1f(this.uniforms.dt, dt);
this.gl.uniform1i(this.uniforms.sky, 0);