diff options
author | RunitaiLinden <davep@lindenlab.com> | 2023-08-29 16:42:55 -0500 |
---|---|---|
committer | RunitaiLinden <davep@lindenlab.com> | 2023-08-29 16:42:55 -0500 |
commit | 455bbcf742691b709353aa3c3e35a76d0ff38ee4 (patch) | |
tree | fa806a884bde35d117c40a3d1348b52833dcd020 /indra/newview/llvocache.h | |
parent | a3a811606088f1b40d9e098ddff8b38a2420b8e9 (diff) |
SL-20229 Add GenericStreamingMessage and use it to receive GLTF material overrides
Diffstat (limited to 'indra/newview/llvocache.h')
-rw-r--r-- | indra/newview/llvocache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index ec0df31828..8525edd121 100644 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -48,7 +48,7 @@ public: LLUUID mObjectId; U32 mLocalId = 0; - std::unordered_map<S32, std::string> mSides; //json per side + std::unordered_map<S32, LLSD> mSides; //override LLSD per side std::unordered_map<S32, LLPointer<LLGLTFMaterial> > mGLTFMaterial; //GLTF material per side U64 mRegionHandle = 0; }; |