Ticket #580 (closed defect: invalid)
Instance coloring is sometimes not considered
| Reported by: | totycro@… | Owned by: | FIFE |
|---|---|---|---|
| Priority: | high | Milestone: | Proposal |
| Component: | engine/core/view | Version: | trunk |
| Severity: | major | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Time planned: | ||
| Time remaining: | Time spent: |
Description
After InstanceRenderer::addColored, instances sometimes are not rendered as colored. The addColored call itself is being executed in all cases, so the coloring info is added to the list. In renderSorted however, the coloring info sometimes isn't found anymore (or contains information about an invisible color, i didn't check which it is).
I have so far not been able to find a pattern of when the bug appears.
Steps to reproduce are explained in the corresponding UH ticket: http://trac.unknown-horizons.org/t/ticket/1150
Change History
Note: See
TracTickets for help on using
tickets.

It is no longer possible to use both simultaneously on the same instance. (addColored and addOutline).