From d11708e398c2f6377d9eac2b1f7248c62faab569 Mon Sep 17 00:00:00 2001 From: Sheikh Dawood Abdul Ajees Date: Tue, 25 Apr 2017 16:02:08 -0500 Subject: PhysX 3.4, APEX 1.4 patch release @22017166 --- PhysX_3.4/Source/LowLevelCloth/src/SwFactory.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'PhysX_3.4/Source/LowLevelCloth/src/SwFactory.cpp') diff --git a/PhysX_3.4/Source/LowLevelCloth/src/SwFactory.cpp b/PhysX_3.4/Source/LowLevelCloth/src/SwFactory.cpp index fa0b5864..3a97aa74 100644 --- a/PhysX_3.4/Source/LowLevelCloth/src/SwFactory.cpp +++ b/PhysX_3.4/Source/LowLevelCloth/src/SwFactory.cpp @@ -62,6 +62,11 @@ cloth::Fabric* cloth::SwFactory::createFabric(uint32_t numParticles, Range; +#endif + cloth::Cloth* cloth::SwFactory::createCloth(Range particles, Fabric& fabric) { return new SwClothImpl(*this, fabric, particles); -- cgit v1.2.3