summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.h
diff options
context:
space:
mode:
authorCosmic Linden <cosmic@lindenlab.com>2022-07-12 14:43:31 -0700
committerCosmic Linden <cosmic@lindenlab.com>2022-07-12 17:43:01 -0700
commit1614e4390b514de33609ea94835e75c6ddf9b316 (patch)
tree9ec73d5e5eb922e0e2b47b5bed4520467be5d233 /indra/newview/llvovolume.h
parent0aaf52c77c6c65258ca580557b6fd0766011471c (diff)
SL-17691: Consolidate calls to onDrawableUpdateFromServer to reduce false positives, change mServerDrawableUpdateCount from U64->U32
Diffstat (limited to 'indra/newview/llvovolume.h')
-rw-r--r--indra/newview/llvovolume.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.h b/indra/newview/llvovolume.h
index 71ac152490..4136c13315 100644
--- a/indra/newview/llvovolume.h
+++ b/indra/newview/llvovolume.h
@@ -425,7 +425,7 @@ private:
LLPointer<LLViewerFetchedTexture> mLightTexture;
media_list_t mMediaImplList;
S32 mLastFetchedMediaVersion; // as fetched from the server, starts as -1
- U64 mServerDrawableUpdateCount;
+ U32 mServerDrawableUpdateCount;
S32 mIndexInTex[LLRender::NUM_VOLUME_TEXTURE_CHANNELS];
S32 mMDCImplCount;