diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-11-12 20:11:00 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-11-12 20:11:00 +0200 |
commit | bda785e8b1bef35ecd9d45a7092b0ab66c17d1f4 (patch) | |
tree | 541282049bc9ea468724e44012dc74dd0649d136 /indra/newview/llenvironment.h | |
parent | 1143edc42e04981cc9754227ea2a3999da6b770f (diff) |
SL-10033 [EEP] Use fast environment transition for teleports
Diffstat (limited to 'indra/newview/llenvironment.h')
-rw-r--r-- | indra/newview/llenvironment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llenvironment.h b/indra/newview/llenvironment.h index 9e943cce00..a72a08c68e 100644 --- a/indra/newview/llenvironment.h +++ b/indra/newview/llenvironment.h @@ -360,7 +360,7 @@ private: void coroUpdateEnvironment(S32 parcel_id, S32 track_no, UpdateInfo::ptr_t updates, environment_apply_fn apply); void coroResetEnvironment(S32 parcel_id, S32 track_no, environment_apply_fn apply); - void recordEnvironment(S32 parcel_id, EnvironmentInfo::ptr_t environment); + void recordEnvironment(S32 parcel_id, EnvironmentInfo::ptr_t environment, LLSettingsBase::Seconds transition); void onAgentPositionHasChanged(const LLVector3 &localpos); |