Commit e6990db
committed
Client: Fix incorrect ItemVisuals caching
Previously, if 'inventory_image' or 'inventory_overlay' where specified,
items with the same images (but possibly other drawtype) were drawn incorrectly.
Reason is that the item name part of 'std::ostringstream' was overwritten.1 parent 5932c17 commit e6990db
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
59 | 58 | | |
60 | 59 | | |
61 | 60 | | |
| |||
0 commit comments