diff options
author | dolphin <dolphin@lindenlab.com> | 2014-05-27 15:43:17 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2014-05-27 15:43:17 -0700 |
commit | 8a45e1915dfa2bb1fed85b8340b0e21584e3dc8a (patch) | |
tree | 57561c95604392a0f555f1b263d2b8203462d42e | |
parent | 138362a163f18862125ff207a56b4cd3c02debb7 (diff) |
ACME-1495: Fxied merge
-rwxr-xr-x | indra/newview/llpreviewscript.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp index d924b36bb9..99c6f2bd12 100755 --- a/indra/newview/llpreviewscript.cpp +++ b/indra/newview/llpreviewscript.cpp @@ -2118,6 +2118,8 @@ void LLLiveLSLEditor::loadAsset() time_corrected()); mAssetStatus = PREVIEW_ASSET_LOADED; } + + requestExperiences(); } // static |