This commit is contained in:
Anuken
2022-03-11 00:11:13 -05:00
parent 96329b9b2e
commit da1517879a
29 changed files with 96 additions and 140 deletions

View File

@@ -144,8 +144,8 @@ public class OverlayRenderer{
}
//draw config selected block
if(input.frag.config.isShown()){
Building tile = input.frag.config.getSelectedTile();
if(input.config.isShown()){
Building tile = input.config.getSelected();
tile.drawConfigure();
}