diff options
author | Cosmic Linden <cosmic@lindenlab.com> | 2024-09-11 17:10:48 -0700 |
---|---|---|
committer | Cosmic Linden <cosmic@lindenlab.com> | 2024-09-19 17:26:12 -0700 |
commit | cae279b6e1019319f9186c2cea1127b9df149a7b (patch) | |
tree | 28b2d17f855e2c7ee92f7c5827137a16541e11f6 /indra/newview/llvovolume.h | |
parent | 9ce23ccc5ea75442fd44173befdadaf6cc9d2ec2 (diff) |
secondlife/viewer#2462: Optimize unloading of prims
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r-- | indra/newview/llvovolume.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h index 6241bf42d6..dfd75aa7d0 100644 --- a/indra/newview/llvovolume.h +++ b/indra/newview/llvovolume.h @@ -227,6 +227,7 @@ public: void setTexture(const S32 face); S32 getIndexInTex(U32 ch) const {return mIndexInTex[ch];} + void unregisterOldMeshAndSkin(); /*virtual*/ bool setVolume(const LLVolumeParams &volume_params, const S32 detail, bool unique_volume = false) override; void updateSculptTexture(); void setIndexInTex(U32 ch, S32 index) { mIndexInTex[ch] = index ;} |