cache: correctly link bought & placeholder items

this was causing bought items (bounds, league cabbages) to render
incorrectly
This commit is contained in:
Max Weber
2022-04-27 08:32:12 -06:00
parent 1cfdc86a5c
commit b6c2653a0e
4 changed files with 94 additions and 19 deletions

View File

@@ -67,6 +67,7 @@ public class ItemSpriteFactoryTest
ItemManager itemManager = new ItemManager(store);
itemManager.load();
itemManager.link();
ModelProvider modelProvider = new ModelProvider()
{