diff options
author | richard <none@none> | 2010-01-11 12:05:13 -0800 |
---|---|---|
committer | richard <none@none> | 2010-01-11 12:05:13 -0800 |
commit | daa4965fe053dbd1af1f9665b29a4a10ac31cfea (patch) | |
tree | 22ef78be6c8da9950e0695a9291e877913fafc45 /indra/newview/llvowlsky.cpp | |
parent | eb228dcf3af8db371fd452e595396d8694c869fe (diff) |
renamed LLFastTimerUtil to LLFastTimer
Diffstat (limited to 'indra/newview/llvowlsky.cpp')
-rw-r--r-- | indra/newview/llvowlsky.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvowlsky.cpp b/indra/newview/llvowlsky.cpp index 77b07e0ccf..d3238f16a8 100644 --- a/indra/newview/llvowlsky.cpp +++ b/indra/newview/llvowlsky.cpp @@ -307,7 +307,7 @@ void LLVOWLSky::restoreGL() gPipeline.markRebuild(mDrawable, LLDrawable::REBUILD_ALL, TRUE); } -static LLFastTimerUtil::DeclareTimer FTM_GEO_SKY("Sky Geometry"); +static LLFastTimer::DeclareTimer FTM_GEO_SKY("Sky Geometry"); BOOL LLVOWLSky::updateGeometry(LLDrawable * drawable) { |