Fix inserter screen not drawing world overlay

This commit is contained in:
Shadowfacts 2021-02-28 22:21:08 -05:00
parent ccefb8ae2f
commit e4e8dde2fb
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,8 @@ class InserterScreen(
}
override fun drawBackground(matrixStack: MatrixStack, delta: Float, mouseX: Int, mouseY: Int) {
renderBackground(matrixStack)
RenderSystem.color4f(1f, 1f, 1f, 1f)
client!!.textureManager.bindTexture(BACKGROUND)
val x = (width - backgroundWidth) / 2