summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerobject.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2025-02-21 19:17:33 +0200
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2025-02-22 13:02:52 +0200
commitb2e3159ce76b7aeafd3b083fa34b76d002a85a2b (patch)
tree777c8cd58e5164e98c85084bece40b16f43fd628 /indra/newview/llviewerobject.h
parent941c00287738af52671aa3ae246124d5b44fc59d (diff)
viewer-private#398 Fix constant asset rerequests
Diffstat (limited to 'indra/newview/llviewerobject.h')
-rw-r--r--indra/newview/llviewerobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.h b/indra/newview/llviewerobject.h
index 206840ebfb..119b07b1f5 100644
--- a/indra/newview/llviewerobject.h
+++ b/indra/newview/llviewerobject.h
@@ -758,6 +758,7 @@ public:
// Associated GLTF Asset
std::shared_ptr<LL::GLTF::Asset> mGLTFAsset;
+ bool mIsGLTFAssetMissing = false;
// Pipeline classes
LLPointer<LLDrawable> mDrawable;