Merge fixes

This commit is contained in:
SirLynix 2022-04-23 12:13:08 +02:00 committed by Jérôme Leclercq
parent 104f60f3e7
commit 6f1e72b2ac
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ namespace Nz
}
if (posPtr)
*posPtr++ = /*finalPos * */Vector3f(1.f / 40.f);
*posPtr++ = finalPos;
if (uvPtr)
*uvPtr++ = Vector2f(parameters.texCoordOffset + vertex.uv * parameters.texCoordScale);