|
@@ -111,7 +111,7 @@ Shader "Spine/SkeletonGraphic Tint Black"
|
|
texColor.rgb *= texColor.a;
|
|
texColor.rgb *= texColor.a;
|
|
#endif
|
|
#endif
|
|
|
|
|
|
- texColor.a *= UnityGet2DClipping(IN.worldPosition.xy, _ClipRect);
|
|
|
|
|
|
+ texColor *= UnityGet2DClipping(IN.worldPosition.xy, _ClipRect);
|
|
|
|
|
|
#ifdef UNITY_UI_ALPHACLIP
|
|
#ifdef UNITY_UI_ALPHACLIP
|
|
clip (texColor.a - 0.001);
|
|
clip (texColor.a - 0.001);
|