diff options
Diffstat (limited to 'linden/indra/newview/llvovolume.h')
-rw-r--r-- | linden/indra/newview/llvovolume.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linden/indra/newview/llvovolume.h b/linden/indra/newview/llvovolume.h index 960f6da..a78aa37 100644 --- a/linden/indra/newview/llvovolume.h +++ b/linden/indra/newview/llvovolume.h | |||
@@ -211,6 +211,9 @@ public: | |||
211 | BOOL isVolumeGlobal() const; | 211 | BOOL isVolumeGlobal() const; |
212 | BOOL canBeFlexible() const; | 212 | BOOL canBeFlexible() const; |
213 | BOOL setIsFlexible(BOOL is_flexible); | 213 | BOOL setIsFlexible(BOOL is_flexible); |
214 | |||
215 | // tag: vaa emerald local_asset_browser | ||
216 | void setSculptChanged(BOOL has_changed) { mSculptChanged = has_changed; } | ||
214 | 217 | ||
215 | protected: | 218 | protected: |
216 | S32 computeLODDetail(F32 distance, F32 radius); | 219 | S32 computeLODDetail(F32 distance, F32 radius); |