diff options
| author | callum_linden <none@none> | 2014-10-17 15:21:09 -0700 |
|---|---|---|
| committer | callum_linden <none@none> | 2014-10-17 15:21:09 -0700 |
| commit | faf6f7296586353f6225ef21976212b7c401b327 (patch) | |
| tree | 39fccec6078ef5fc50c6c077e3e51c70d3bdfbab /indra/llcharacter/lltargetingmotion.cpp | |
| parent | f708104e3785d20f3c02c9c9503a5a7f15b81b8e (diff) | |
Update to build on Xcode 6.0: larger collection of removal of unused const variables [-Wunused-const-variable]
Diffstat (limited to 'indra/llcharacter/lltargetingmotion.cpp')
| -rwxr-xr-x | indra/llcharacter/lltargetingmotion.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/llcharacter/lltargetingmotion.cpp b/indra/llcharacter/lltargetingmotion.cpp index 007834b178..69681e4197 100755 --- a/indra/llcharacter/lltargetingmotion.cpp +++ b/indra/llcharacter/lltargetingmotion.cpp @@ -38,9 +38,6 @@ // Constants //----------------------------------------------------------------------------- const F32 TORSO_TARGET_HALF_LIFE = 0.25f; -const F32 MAX_TIME_DELTA = 2.f; //max two seconds a frame for calculating interpolation -const F32 TARGET_PLANE_THRESHOLD_DOT = 0.6f; -const F32 TORSO_ROT_FRACTION = 0.5f; //----------------------------------------------------------------------------- // LLTargetingMotion() |
