diff options
author | Richard Linden <none@none> | 2013-10-21 12:29:33 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-10-21 12:29:33 -0700 |
commit | 04397a095acd6ceeb280b3fc82cf122fd6ccf43a (patch) | |
tree | 3c536c65921408db82745e3c252bec5b009be2da /indra/llmath | |
parent | fcf5602ba82015cc4ab40734b97a7b8c9085d2d6 (diff) |
more buildfix
Diffstat (limited to 'indra/llmath')
-rwxr-xr-x | indra/llmath/llvolume.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolume.cpp b/indra/llmath/llvolume.cpp index 26d2ae2963..23dfa290a9 100755 --- a/indra/llmath/llvolume.cpp +++ b/indra/llmath/llvolume.cpp @@ -1647,7 +1647,7 @@ BOOL LLPath::generate(const LLPathParams& params, F32 detail, S32 split, F32 t = (F32)i * mStep; mPath[i].mPos.set(0, lerp(0, -sin(F_PI*params.getTwist()*t)*0.5f,t), - lerp(-0.5, cos(F_PI*params.getTwist()*t)*0.5f,t)); + lerp(-0.5f, cos(F_PI*params.getTwist()*t)*0.5f,t)); mPath[i].mScale.set(lerp(1,params.getScale().mV[0],t), lerp(1,params.getScale().mV[1],t), 0,1); mPath[i].mTexT = t; |