Skip to content

Commit f8fb977

Browse files
committed
Update mask.frag
1 parent 804d8f0 commit f8fb977

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/materials/glsl/mask.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void main() {
8585

8686
#else
8787

88-
// DISCARD / MULTIPLY
88+
// MULTIPLY
8989
gl_FragColor = mask * texture2D(inputBuffer, vUv);
9090

9191
#endif

0 commit comments

Comments
 (0)