Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit f935fa5

Browse files
author
Yuncong Zhang
committed
Fix blend mode.
1 parent 67e9f3c commit f935fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Runtime/Resources/UIWidgets_canvas_strokeAlpha.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Shader "UIWidgets/canvas_strokeAlpha"
99
SubShader {
1010
ZTest Always
1111
ZWrite Off
12-
Blend OneMinusDstAlpha One
12+
Blend One OneMinusSrcAlpha
1313

1414
Stencil {
1515
Ref 128

0 commit comments

Comments
 (0)