diff --git a/core/src/com/riiablo/screen/panel/VendorGrid.java b/core/src/com/riiablo/screen/panel/VendorGrid.java index 06cc581a..1b370e70 100644 --- a/core/src/com/riiablo/screen/panel/VendorGrid.java +++ b/core/src/com/riiablo/screen/panel/VendorGrid.java @@ -35,6 +35,7 @@ public class VendorGrid extends ItemGrid { } public int drain(Array items) { + clearChildren(); sort(items); Gdx.app.debug(TAG, "Draining " + items); GridPoint2 coords = new GridPoint2(0, 0);