Fix borders not tinting.

This commit is contained in:
Chandler Cox
2024-06-14 14:06:49 -05:00
parent f52059522b
commit 488485e23e

View File

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