Skip to content

Commit 020a0ff

Browse files
committed
Updated builds.
1 parent 18cad50 commit 020a0ff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/three.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7194,11 +7194,11 @@
71947194
locked = false;
71957195

71967196
currentColorMask = null;
7197-
currentColorClear = new Vector4();
7197+
currentColorClear.set( 0, 0, 0, 1 );
71987198

71997199
};
72007200

7201-
};
7201+
}
72027202

72037203
function WebGLDepthBuffer( gl, state ) {
72047204

0 commit comments

Comments
 (0)