diff options
author | Salad Dais <SaladDais@users.noreply.github.com> | 2023-11-09 15:41:08 +0000 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-04-10 17:59:25 +0300 |
commit | 00e09ddcad8ec2c33ecbcdd0da09bd7819bc3509 (patch) | |
tree | 39014462c8205c5e5a0c7835d1b88ef8c06b397c /indra/newview/llconversationmodel.h | |
parent | 5b88d4d3253820e7b0c317b078ce9f27e59ac6f3 (diff) |
Fix BUG-225288: Detaching stops unrelated animations
This is to do with misunderstandings related to how .find()
works with multimaps. .find() will, in fact, return an iterator
to the first iterator it finds, and will iterate through all
elements in the multimap when incremented, not just items with
the same key.
Change code working with animation sources to be aware of this
fact, so unrelated animation sources do not have their animations
stopped.
Diffstat (limited to 'indra/newview/llconversationmodel.h')
0 files changed, 0 insertions, 0 deletions