Clear block config background on rebuild

This commit is contained in:
Anuken 2023-12-10 09:29:02 -05:00
parent 32ca69a96f
commit 3e4b86d095

View File

@ -43,6 +43,7 @@ public class BlockConfigFragment{
table.visible = true;
table.clear();
table.background(null);
tile.buildConfiguration(table);
table.pack();
table.setTransform(true);