Fix tooltip rendering.

This commit is contained in:
Sebastian Hartte
2020-09-20 01:06:53 +02:00
parent 489b0f635e
commit b8f48407cd
@@ -60,6 +60,6 @@ public class ValidationIcon extends IconButton {
return;
}
screen.renderToolTip(matrices, this.tooltip, x, y, client.fontRenderer);
screen.func_243308_b(matrices, this.tooltip, x, y);
}
}