Skip to content
Snippets Groups Projects
Commit 3b88ba43 authored by Andrew Dyukov's avatar Andrew Dyukov
Browse files

EXT-2707 FIXED Fixed incorrectness of coalesced objects icons in inventory.

Bug was caused by multiobject's icon name index substitution with ordinary object's one. It happened because index was set depending on asset type in switch that followed "if" which set index for multiobject regardless of its result.

- Added returning index icon name inside of "if" block to avoid change of the index by switch for multiobject.

Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/804/

--HG--
branch : product-engine
parent 5224e3d2
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment