diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llmath/llvolumemgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llmath/llvolumemgr.h b/linden/indra/llmath/llvolumemgr.h index 0d6aa56..889bc56 100644 --- a/linden/indra/llmath/llvolumemgr.h +++ b/linden/indra/llmath/llvolumemgr.h | |||
@@ -69,7 +69,7 @@ protected: | |||
69 | LLVolumeParams mParams; | 69 | LLVolumeParams mParams; |
70 | 70 | ||
71 | S32 mLODRefs[NUM_LODS]; | 71 | S32 mLODRefs[NUM_LODS]; |
72 | LLVolume *mVolumeLODs[NUM_LODS]; | 72 | LLPointer<LLVolume> mVolumeLODs[NUM_LODS]; |
73 | static F32 mDetailThresholds[NUM_LODS]; | 73 | static F32 mDetailThresholds[NUM_LODS]; |
74 | static F32 mDetailScales[NUM_LODS]; | 74 | static F32 mDetailScales[NUM_LODS]; |
75 | S32 mAccessCount[NUM_LODS]; | 75 | S32 mAccessCount[NUM_LODS]; |