Skip to content

Commit 9eb4bd3

Browse files
committed
Fix gray background not showing in terminal storage
1 parent a547755 commit 9eb4bd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/cyclops/integratedterminals/client/gui/container/ContainerScreenTerminalStorage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ protected int getPlayerInventoryOffsetY() {
266266

267267
@Override
268268
public void extractBackground(GuiGraphicsExtractor guiGraphics, int mouseX, int mouseY, float f) {
269-
//super.extractBackground(guiGraphics, mouseX, mouseY, f);
269+
this.extractTransparentBackground(guiGraphics);
270270
this.renderBgTab(guiGraphics, f, mouseX, mouseY);
271271
this.renderBgPlayerInventory(guiGraphics, f, mouseX, mouseY);
272272

0 commit comments

Comments
 (0)