diff options
Diffstat (limited to 'PhysX_3.4/Source/LowLevelCloth/src/SwCloth.cpp')
| -rw-r--r-- | PhysX_3.4/Source/LowLevelCloth/src/SwCloth.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/PhysX_3.4/Source/LowLevelCloth/src/SwCloth.cpp b/PhysX_3.4/Source/LowLevelCloth/src/SwCloth.cpp index 753f2b9c..a614c280 100644 --- a/PhysX_3.4/Source/LowLevelCloth/src/SwCloth.cpp +++ b/PhysX_3.4/Source/LowLevelCloth/src/SwCloth.cpp @@ -301,5 +301,8 @@ void ClothImpl<SwCloth>::setVirtualParticles(Range<const uint32_t[4]> indices, R mCloth.notifyChanged(); } +//explicit template instantiation +template class ClothImpl<SwCloth>; + } // namespace cloth } // namespace physx |