diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-10-15 14:30:45 +0300 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2025-04-10 23:34:10 +0300 |
commit | d53183557d6f4bfc3ead9b12b6d327b37e852faf (patch) | |
tree | 2d0ffc70711e69a2386ec253957354ee96ce80d3 /indra/newview/llavatarrendernotifier.cpp | |
parent | 28f45962fdf69ea5149133fbaff425f9e2ca6f42 (diff) |
Post-merge cleanup: llvoavatar.cpp
Diffstat (limited to 'indra/newview/llavatarrendernotifier.cpp')
-rw-r--r-- | indra/newview/llavatarrendernotifier.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavatarrendernotifier.cpp b/indra/newview/llavatarrendernotifier.cpp index cff8135285..b40bcadabf 100644 --- a/indra/newview/llavatarrendernotifier.cpp +++ b/indra/newview/llavatarrendernotifier.cpp @@ -70,7 +70,7 @@ mLatestOverLimitPct(0.0f), mShowOverLimitAgents(false), mNotifyOutfitLoading(false), mLastCofVersion(LLViewerInventoryCategory::VERSION_UNKNOWN), -mLastOutfitRezStatus(AV_REZZED_UNKNOWN), +mLastOutfitRezStatus(-1), mLastSkeletonSerialNum(-1) { mPopUpDelayTimer.resetWithExpiry(OVER_LIMIT_UPDATE_DELAY); |