remove console.logs (totally or replace with console.debug)
This commit is contained in:
parent
236d612c20
commit
563c0d3e29
3 changed files with 2 additions and 3 deletions
|
@ -177,7 +177,6 @@ export class AtlasAllocator {
|
|||
|
||||
gl.bindBuffer(gl.ARRAY_BUFFER, this.compositeRectVbo);
|
||||
gl.bufferData(gl.ARRAY_BUFFER, this.compositeRectData, gl.DYNAMIC_DRAW);
|
||||
console.log(this.compositeRectData.byteLength);
|
||||
|
||||
gl.bindBuffer(gl.ELEMENT_ARRAY_BUFFER, this.compositeRectIbo);
|
||||
gl.bufferData(gl.ELEMENT_ARRAY_BUFFER, compositeRectIndices, gl.DYNAMIC_DRAW);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue