Skip to content

Commit 988e40c

Browse files
committed
Fixed blurry overlay for GUI
1 parent 1c3bba7 commit 988e40c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/kotlin/com/lambda/gui/LambdaScreen.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ object LambdaScreen : Screen(Text.of("Lambda")) {
2626
override fun shouldPause() = false
2727
override fun removed() = ClickGuiLayout.close()
2828
override fun render(context: DrawContext?, mouseX: Int, mouseY: Int, deltaTicks: Float) {}
29+
override fun renderBackground(context: DrawContext?, mouseX: Int, mouseY: Int, deltaTicks: Float) {}
2930
}

0 commit comments

Comments
 (0)