v0.9.0: fixed upgraded items in heaps not being highlighted
This commit is contained in:
parent
b7b8c22afa
commit
fbf04c3c2e
|
@ -39,7 +39,13 @@ public class WndInfoItem extends Window {
|
||||||
|
|
||||||
super();
|
super();
|
||||||
|
|
||||||
|
if (heap.type == Heap.Type.HEAP) {
|
||||||
|
fillFields( heap.peek() );
|
||||||
|
|
||||||
|
} else {
|
||||||
fillFields( heap );
|
fillFields( heap );
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public WndInfoItem( Item item ) {
|
public WndInfoItem( Item item ) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user