Merge branch 'Tryibion-fix-tint-border'

This commit is contained in:
Wojtek Figat
2024-06-17 21:45:31 +02:00

View File

@@ -265,7 +265,7 @@ FORCE_INLINE Render2DVertex MakeVertex(const Float2& point, const Float2& uv, co
{ {
point, point,
Half2(uv), Half2(uv),
color, color * TintLayersStack.Peek(),
customData, customData,
mask, mask,
}; };