Merge remote-tracking branch 'origin/master' into 1.9

This commit is contained in:
Wojtek Figat
2024-06-17 21:53:49 +02:00
5 changed files with 35 additions and 21 deletions

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,
};