Remove unnecessary debug output

This commit is contained in:
2023-11-05 00:49:02 +03:00
parent b290e102c1
commit a93611fc43
2 changed files with 1 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
-1
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);