diff options
author | Richard Linden <none@none> | 2013-08-19 10:20:55 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-08-19 10:20:55 -0700 |
commit | 08eb52c10ca1f916d937fe1927eb659f6d69a6d3 (patch) | |
tree | 98e7faecca7ded1dd8732dfef7c13abd424b858b /indra/newview/pipeline.cpp | |
parent | 4290365ebbf5505bee4fbed8043996fa7687fd03 (diff) | |
parent | 612892b45a3413b16e40c49d3bfde77a4ca927fd (diff) |
merge
Diffstat (limited to 'indra/newview/pipeline.cpp')
-rwxr-xr-x | indra/newview/pipeline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index 8d70629206..7c74d4dcca 100755 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -3017,7 +3017,7 @@ void LLPipeline::updateGeom(F32 max_dtime) S32 count = 0; - max_dtime = llmax(update_timer.getElapsedTimeF32()+0.001f, LLUnitImplicit<F32, LLUnits::Seconds>(max_dtime)); + max_dtime = llmax(update_timer.getElapsedTimeF32()+0.001f, F32SecondsImplicit(max_dtime)); LLSpatialGroup* last_group = NULL; LLSpatialBridge* last_bridge = NULL; |