v0.4.1: fixed item slots not working in the blacksmith window

This commit is contained in:
Evan Debenham 2016-07-21 21:30:00 -04:00 committed by Evan Debenham
parent 1c2bb40b26
commit 12443776a5

View File

@ -147,6 +147,7 @@ public class WndBlacksmith extends Window {
ItemButton.this.onClick(); ItemButton.this.onClick();
} }
}; };
slot.enable(true);
add( slot ); add( slot );
} }