Fixed paramter naming in renderLabels
This commit is contained in:
@@ -34,7 +34,7 @@ public final class ComputerTerminalScreen extends ContainerScreen<ComputerTermin
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void renderLabels(final MatrixStack p_230451_1_, final int p_230451_2_, final int p_230451_3_) {
|
||||
protected void renderLabels(final MatrixStack matrixStack, final int mouseX, final int mouseY) {
|
||||
// This is required to prevent the labels from being rendered
|
||||
}
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ public final class RobotTerminalScreen extends ContainerScreen<RobotTerminalCont
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void renderLabels(final MatrixStack p_230451_1_, final int p_230451_2_, final int p_230451_3_) {
|
||||
protected void renderLabels(final MatrixStack matrixStack, final int mouseX, final int mouseY) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user