From fabb251458f4a2d6d4f87dd36038fac2774b378c Mon Sep 17 00:00:00 2001 From: Marijn Tamis Date: Fri, 20 Oct 2017 14:30:56 +0200 Subject: NvCloth 1.1.3 Release. (23014067) --- NvCloth/src/ClothImpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NvCloth/src/ClothImpl.h') diff --git a/NvCloth/src/ClothImpl.h b/NvCloth/src/ClothImpl.h index 4d7b28d..24f7732 100644 --- a/NvCloth/src/ClothImpl.h +++ b/NvCloth/src/ClothImpl.h @@ -1220,7 +1220,7 @@ inline float ClothImpl::getLiftCoefficient() const template inline void ClothImpl::setFluidDensity(float fluidDensity) { - NV_CLOTH_ASSERT(fluidDensity < 0.f); + NV_CLOTH_ASSERT(fluidDensity > 0.f); if (fluidDensity == mFluidDensity) return; -- cgit v1.2.3