From d243404d4ba88bcf53f7310cc8980b4efe38c19f Mon Sep 17 00:00:00 2001 From: Marijn Tamis Date: Mon, 1 Apr 2019 14:21:09 +0200 Subject: 1.1.6 Release. --- NvCloth/src/SwFactory.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'NvCloth/src/SwFactory.cpp') diff --git a/NvCloth/src/SwFactory.cpp b/NvCloth/src/SwFactory.cpp index 5c4b625..de4ff3b 100644 --- a/NvCloth/src/SwFactory.cpp +++ b/NvCloth/src/SwFactory.cpp @@ -55,12 +55,12 @@ cloth::SwFactory::~SwFactory() } cloth::Fabric* cloth::SwFactory::createFabric(uint32_t numParticles, Range phaseIndices, - Range sets, Range restvalues, Range stiffnessValues, - Range indices, Range anchors, + Range sets, Range restvalues, Range stiffnessValues, + Range indices, Range anchors, Range tetherLengths, Range triangles) { return NV_CLOTH_NEW(SwFabric)(*this, numParticles, phaseIndices, sets, restvalues, stiffnessValues, indices, anchors, tetherLengths, triangles, - getNextFabricId()); + getNextFabricId()); } cloth::Cloth* cloth::SwFactory::createCloth(Range particles, Fabric& fabric) -- cgit v1.2.3