diff options
author | cosmic-linden <111533034+cosmic-linden@users.noreply.github.com> | 2024-09-20 12:10:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-20 12:10:57 -0700 |
commit | ae6cfdb6ab041117f66b4a94a31a291b1f472150 (patch) | |
tree | e374d92dc308b12ab63cf97ab0ab935429ce471f /indra/newview/llvovolume.h | |
parent | 0e33882b15e0c970e216d1cca4b93a7702e5113b (diff) | |
parent | 89106b98a104afc0fb68412cfdf00f8e3e008fd0 (diff) |
Merge pull request #2623 from secondlife/v-2462
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 97a5131260..10dbf1349f 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 ;} |