diff options
author | Richard Linden <none@none> | 2013-03-21 19:07:48 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-03-21 19:07:48 -0700 |
commit | 368dd542bec7c31e14673b83d3342c35717d2920 (patch) | |
tree | 4d9270fad9cf7a491ec4b28b75dd7139a7dae840 /indra/llcommon/llcriticaldamp.cpp | |
parent | 0c63f95b9e1368607126b8d2edbcd91172e61db5 (diff) |
SH-3931 WIP Interesting: Add graphs to visualize scene load metrics
fix for broken pause button on fast timer view
Diffstat (limited to 'indra/llcommon/llcriticaldamp.cpp')
-rw-r--r-- | indra/llcommon/llcriticaldamp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llcriticaldamp.cpp b/indra/llcommon/llcriticaldamp.cpp index e47ab35641..2f013fe255 100644 --- a/indra/llcommon/llcriticaldamp.cpp +++ b/indra/llcommon/llcriticaldamp.cpp @@ -112,7 +112,7 @@ F32 LLSmoothInterpolation::getInterpolant(LLUnit<LLUnits::Seconds, F32> time_con } //----------------------------------------------------------------------------- -// getInterpolant() +// calcInterpolant() //----------------------------------------------------------------------------- F32 LLSmoothInterpolation::calcInterpolant(F32 time_constant) { |