diff options
| author | Graham Linden <graham@lindenlab.com> | 2019-02-07 08:40:59 -0800 |
|---|---|---|
| committer | Graham Linden <graham@lindenlab.com> | 2019-02-07 08:40:59 -0800 |
| commit | 8418e45ac63cfd2702aa9985c2178469549fb36d (patch) | |
| tree | a51d9e3f83724f5a3416daba8323a2056480b73d /indra/llinventory | |
| parent | 5bdc941b431ffd7757897d7982ebcfbf01119f09 (diff) | |
| parent | 95e9b9d2d284c50b1f31b86d012b22a06ebd5e34 (diff) | |
Merge
Diffstat (limited to 'indra/llinventory')
| -rw-r--r-- | indra/llinventory/llsettingsbase.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llinventory/llsettingsbase.h b/indra/llinventory/llsettingsbase.h index 9e03052892..45d2fa0027 100644 --- a/indra/llinventory/llsettingsbase.h +++ b/indra/llinventory/llsettingsbase.h @@ -519,6 +519,7 @@ public: inline void setIgnoreTimeDeltaThreshold(bool val) { mIgnoreTimeDelta = val; } inline bool getIgnoreTimeDeltaThreshold() const { return mIgnoreTimeDelta; } + inline void setTimeSpent(LLSettingsBase::Seconds time) { mTimeSpent = time; } protected: LLSettingsBase::BlendFactor calculateBlend(const LLSettingsBase::TrackPosition& spanpos, const LLSettingsBase::TrackPosition& spanlen) const; |
