diff options
author | Rider Linden <rider@lindenlab.com> | 2018-05-17 16:16:33 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-05-17 16:16:33 -0700 |
commit | 430c5cd23558ba42c7da0e31845a3677e66f1fed (patch) | |
tree | 70af45f8e29a485a08ee8e7848366755957b7cc2 /indra/llinventory/llsettingsdaycycle.h | |
parent | b117a9ea197a084eeec1e8330dbe7c562423e248 (diff) |
Self contained looping track blender. Will blend over time across an entire track in a day cycle.
Diffstat (limited to 'indra/llinventory/llsettingsdaycycle.h')
-rw-r--r-- | indra/llinventory/llsettingsdaycycle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llinventory/llsettingsdaycycle.h b/indra/llinventory/llsettingsdaycycle.h index a869d4970c..15a5b29f9f 100644 --- a/indra/llinventory/llsettingsdaycycle.h +++ b/indra/llinventory/llsettingsdaycycle.h @@ -60,7 +60,7 @@ public: typedef std::map<F32, LLSettingsBase::ptr_t> CycleTrack_t; typedef std::vector<CycleTrack_t> CycleList_t; - typedef std::shared_ptr<LLSettingsDay> ptr_t; + typedef std::shared_ptr<LLSettingsDay> ptr_t; typedef std::vector<F32> KeyframeList_t; typedef std::pair<CycleTrack_t::iterator, CycleTrack_t::iterator> TrackBound_t; |