diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2024-06-11 12:18:50 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2024-06-12 18:12:35 +0300 |
commit | be656055c1ba86682c3ee1d74b110c66028e435c (patch) | |
tree | 2d2515512ea65236e093c55c8c630a6e9b98c63c /indra/newview/llviewerobject.h | |
parent | 23902789dd41808779b8ba2b5ec8fd074eeec243 (diff) |
viewer#1692 Crash at LLVOVolume::getReflectionProbeIsBox()
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r-- | indra/newview/llviewerobject.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h index 3a2c96b936..3f12fb5a61 100644 --- a/indra/newview/llviewerobject.h +++ b/indra/newview/llviewerobject.h @@ -258,6 +258,7 @@ public: virtual bool isRiggedMesh() const { return false; } virtual bool hasLightTexture() const { return false; } virtual bool isReflectionProbe() const { return false; } + virtual bool getReflectionProbeIsBox() const { return false; } // This method returns true if the object is over land owned by // the agent, one of its groups, or it encroaches and |