Skip to content

Commit 8f6b095

Browse files
committed
fix wrong blend settings in TMPRO
1 parent 23c157f commit 8f6b095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/Scripts/Extensions/TextMeshPro/Shaders/FairyGUI-TMP.shader

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Properties {
8282

8383
_ColorMask ("Color Mask", Float) = 15
8484

85-
_BlendSrcFactor ("Blend SrcFactor", Float) = 5
85+
_BlendSrcFactor ("Blend SrcFactor", Float) = 1
8686
_BlendDstFactor ("Blend DstFactor", Float) = 10
8787
}
8888

0 commit comments

Comments
 (0)