NvCloth
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -556,7 +556,7 @@ namespace NvCloth
|
||||
|
||||
for (size_t index = 0; index < numVertices; ++index)
|
||||
{
|
||||
const int renderVertexIndex = firstVertex + index;
|
||||
const int renderVertexIndex = static_cast<int>(firstVertex + index);
|
||||
|
||||
const SimParticleFormat& renderParticle = renderParticles[renderVertexIndex];
|
||||
destVerticesBuffer[index].Set(
|
||||
|
||||
Reference in New Issue
Block a user