Skip to content

Commit

Permalink
bug Fix where the machines doesn't show the GUI properly (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohmedXM authored Sep 26, 2023
1 parent b937a98 commit 7ebffab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/scala/cn/academy/core/client/ui/TechUI.scala
Original file line number Diff line number Diff line change
Expand Up @@ -227,9 +227,6 @@ object TechUI {
xSize += 31
ySize += 20

override protected def drawGuiContainerBackgroundLayer(partialTicks: Float, mouseX: Int, mouseY: Int): Unit = {
}

class InfoArea extends Widget {
this :+ new BlendQuad()

Expand Down Expand Up @@ -839,4 +836,4 @@ object InventoryPage {
Page("inv", ret)
}

}
}

0 comments on commit 7ebffab

Please sign in to comment.