diff options
author | maxim_productengine <mnikolenko@productengine.com> | 2018-09-10 17:31:31 +0300 |
---|---|---|
committer | maxim_productengine <mnikolenko@productengine.com> | 2018-09-10 17:31:31 +0300 |
commit | 598cd8a30fe31b2af5e9bd23db72101afae45870 (patch) | |
tree | 1ed01959e7602816cfdcf54d6e27f41b46c4187b /indra/llinventory/llsettingsdaycycle.cpp | |
parent | 8c9d758e3a5de9e11b2e33753e61a5359dbff8de (diff) |
MAINT-9066 EEP should not be able to delete all Keyframes from Ground Level or Water
Diffstat (limited to 'indra/llinventory/llsettingsdaycycle.cpp')
-rw-r--r-- | indra/llinventory/llsettingsdaycycle.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingsdaycycle.cpp b/indra/llinventory/llsettingsdaycycle.cpp index 25cd99b997..c911ef23c0 100644 --- a/indra/llinventory/llsettingsdaycycle.cpp +++ b/indra/llinventory/llsettingsdaycycle.cpp @@ -115,6 +115,7 @@ const LLSettingsDay::Seconds LLSettingsDay::DEFAULT_DAYOFFSET(57600); // +16 ho const LLSettingsDay::Seconds LLSettingsDay::MAXIMUM_DAYOFFSET(86400); // 24 hours const S32 LLSettingsDay::TRACK_WATER(0); // water track is 0 +const S32 LLSettingsDay::TRACK_GROUND_LEVEL(1); const S32 LLSettingsDay::TRACK_MAX(5); // 5 tracks, 4 skys, 1 water const S32 LLSettingsDay::FRAME_MAX(56); |