diff options
author | dolphin <dolphin@lindenlab.com> | 2013-09-09 11:19:41 -0700 |
---|---|---|
committer | dolphin <dolphin@lindenlab.com> | 2013-09-09 11:19:41 -0700 |
commit | 51c01f5294b68b66706685346ecea16246b85cce (patch) | |
tree | ea97dd2ed8661026a283d509c84acdf99cc6a1d4 /indra/llmessage/llexperiencecache.cpp | |
parent | 541e92c3653e112ec54ea322c9c5c54cacb0fd21 (diff) |
More explicitnexx for the mac build
Also update the experience cache when the update returns.
Diffstat (limited to 'indra/llmessage/llexperiencecache.cpp')
-rw-r--r-- | indra/llmessage/llexperiencecache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llmessage/llexperiencecache.cpp b/indra/llmessage/llexperiencecache.cpp index 2e260ecdef..b131156905 100644 --- a/indra/llmessage/llexperiencecache.cpp +++ b/indra/llmessage/llexperiencecache.cpp @@ -577,7 +577,7 @@ namespace LLExperienceCache { if(experience_data.has(EXPERIENCE_ID)) { - sCache[experience_data[EXPERIENCE_ID].asUUID()]=experience_data; + processExperience(experience_data[EXPERIENCE_ID].asUUID(), experience_data); } else { |