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/llappviewer.cpp | |
parent | a3a811606088f1b40d9e098ddff8b38a2420b8e9 (diff) |
SL-20229 Add GenericStreamingMessage and use it to receive GLTF material overrides
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 343778fe03..a6e938e54c 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -4138,7 +4138,7 @@ U32 LLAppViewer::getObjectCacheVersion() { // Viewer object cache version, change if object update // format changes. JC - const U32 INDRA_OBJECT_CACHE_VERSION = 16; + const U32 INDRA_OBJECT_CACHE_VERSION = 17; return INDRA_OBJECT_CACHE_VERSION; } |