From 223aff8b3f73bb786dce5c67b83ff55208d43969 Mon Sep 17 00:00:00 2001 From: Marijn Tamis Date: Mon, 31 Jul 2017 13:52:20 +0200 Subject: NvCloth 1.1.2 Release. (22576033) --- NvCloth/src/SwSolverKernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NvCloth/src/SwSolverKernel.cpp') diff --git a/NvCloth/src/SwSolverKernel.cpp b/NvCloth/src/SwSolverKernel.cpp index dec46d7..eec7956 100644 --- a/NvCloth/src/SwSolverKernel.cpp +++ b/NvCloth/src/SwSolverKernel.cpp @@ -414,7 +414,7 @@ void applyWind(T4f* __restrict curIt, const T4f* __restrict prevIt, const uint16 T4f previous = oneThird * (p0 + p1 + p2); //offset of the triangle center, including wind - T4f delta = current - previous + wind; //wind is also already multiplied by dt in the iteration state so everything it in the same units + T4f delta = current - previous + wind; //wind is also already multiplied by dt in the iteration state so everything is in the same units if (IsTurning) { -- cgit v1.2.3