Skip to content

Commit 446d503

Browse files
author
aardgoose
committed
code bot fixes
1 parent 6cd2aaa commit 446d503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/jsm/renderers/webgl/WebGLBackend.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ class WebGLBackend extends Backend {
311311

312312
if ( vaoGPU === undefined ) {
313313

314-
vaoGPU = this._createVao( null, attributes );
314+
this._createVao( null, attributes );
315315

316316
} else {
317317

@@ -381,7 +381,7 @@ class WebGLBackend extends Backend {
381381

382382
if ( vaoGPU === undefined ) {
383383

384-
let staticVao
384+
let staticVao;
385385

386386
( { vaoGPU, staticVao } = this._createVao( renderObject.getIndex(), renderObject.getAttributes() ) );
387387

0 commit comments

Comments
 (0)