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