v1.2.0: fixed item particle effects not updating when itemslots update
This commit is contained in:
parent
4b8ddabfde
commit
06b72e7e5f
|
@ -164,8 +164,7 @@ public class ItemSlot extends Button {
|
|||
public void item( Item item ) {
|
||||
if (this.item == item) {
|
||||
if (item != null) {
|
||||
sprite.frame(item.image());
|
||||
sprite.glow(item.glowing());
|
||||
sprite.view( item );
|
||||
}
|
||||
updateText();
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue
Block a user