summaryrefslogtreecommitdiff
path: root/indra/llmath/llvolumemgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmath/llvolumemgr.h')
-rw-r--r--indra/llmath/llvolumemgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmath/llvolumemgr.h b/indra/llmath/llvolumemgr.h
index fac194165b..f4b44b3a12 100644
--- a/indra/llmath/llvolumemgr.h
+++ b/indra/llmath/llvolumemgr.h
@@ -59,7 +59,7 @@ public:
static void getDetailProximity(const F32 tan_angle, F32 &to_lower, F32& to_higher);
static F32 getVolumeScaleFromDetail(const S32 detail);
- LLVolume* getLODVolume(const S32 detail);
+ LLVolume* refLOD(const S32 detail);
BOOL derefLOD(LLVolume *volumep);
S32 getNumRefs() const { return mRefs; }