Skip to content

Commit 6d56ee0

Browse files
committed
Update BitmapMask.frag
1 parent f085eb8 commit 6d56ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/webgl/shaders/src/BitmapMask.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ void main()
2222
{
2323
alpha *= (1.0 - maskColor.a);
2424
}
25-
25+
2626
gl_FragColor = vec4(mainColor.rgb * alpha, alpha);
2727
}

0 commit comments

Comments
 (0)