summaryrefslogtreecommitdiff
path: root/indra/newview/llpanelobjectinventory.cpp
diff options
context:
space:
mode:
authorSalad Dais <SaladDais@users.noreply.github.com>2023-11-09 15:41:08 +0000
committerAndrey Lihatskiy <alihatskiy@productengine.com>2024-04-10 17:59:25 +0300
commit00e09ddcad8ec2c33ecbcdd0da09bd7819bc3509 (patch)
tree39014462c8205c5e5a0c7835d1b88ef8c06b397c /indra/newview/llpanelobjectinventory.cpp
parent5b88d4d3253820e7b0c317b078ce9f27e59ac6f3 (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/llpanelobjectinventory.cpp')
0 files changed, 0 insertions, 0 deletions