Skip to content

Commit 7532aad

Browse files
committed
!mojang!
Signed-off-by: Octol1ttle <l1ttleofficial@outlook.com>
1 parent c96ed27 commit 7532aad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/ru/octol1ttle/flightassistant/screen/FABaseScreen.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ abstract class FABaseScreen(title: Component?) : Screen(title) {
1818
}
1919

2020
override fun render(guiGraphics: GuiGraphics, mouseX: Int, mouseY: Int, delta: Float) {
21+
//? if <1.21.6 {
2122
this.renderBackground(
2223
guiGraphics
2324
/*? if >=1.21 {*//*, mouseX, mouseY, delta *///?}
2425
)
26+
//?}
2527
super.render(guiGraphics, mouseX, mouseY, delta)
2628
}
2729

0 commit comments

Comments
 (0)