Skip to content

Commit 18cad50

Browse files
committed
WebGLState: Clean up.
1 parent 563e8a8 commit 18cad50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderers/webgl/WebGLState.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,11 +683,11 @@ function WebGLColorBuffer( gl, state ) {
683683
locked = false;
684684

685685
currentColorMask = null;
686-
currentColorClear.set(0, 0, 0, 1);
686+
currentColorClear.set( 0, 0, 0, 1 );
687687

688688
};
689689

690-
};
690+
}
691691

692692
function WebGLDepthBuffer( gl, state ) {
693693

0 commit comments

Comments
 (0)