diff options
author | Rider Linden <rider@lindenlab.com> | 2019-05-08 14:30:09 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2019-05-08 14:30:09 -0700 |
commit | 22fc3409f4606459c6df219c343a002fc53a35cd (patch) | |
tree | ace26c0ce6c120ebca6f02388ab40a003fa65493 /indra/llinventory | |
parent | 06097302f4ad8786913e77514d5d60678da3160d (diff) |
SL-10878: Update default day cycle asset ID
Diffstat (limited to 'indra/llinventory')
-rw-r--r-- | indra/llinventory/llsettingsdaycycle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingsdaycycle.cpp b/indra/llinventory/llsettingsdaycycle.cpp index 403d0ff9d8..b80e74791e 100644 --- a/indra/llinventory/llsettingsdaycycle.cpp +++ b/indra/llinventory/llsettingsdaycycle.cpp @@ -121,7 +121,7 @@ const S32 LLSettingsDay::FRAME_MAX(56); const F32 LLSettingsDay::DEFAULT_FRAME_SLOP_FACTOR(0.02501f); -const LLUUID LLSettingsDay::DEFAULT_ASSET_ID("78751d18-6c51-3c43-2887-3654cd427a42"); +const LLUUID LLSettingsDay::DEFAULT_ASSET_ID("5646d39e-d3d7-6aff-ed71-30fc87d64a91"); // Minimum value to prevent multislider in edit floaters from eating up frames that 'encroach' on one another's space static const F32 DEFAULT_MULTISLIDER_INCREMENT(0.005f); |