This commit is contained in:
modmuss50 2019-09-21 13:01:38 +01:00
parent 2d8961589d
commit 3fe62e2c77
6 changed files with 19 additions and 26 deletions

View file

@ -85,7 +85,7 @@ public class GuiManual extends Screen {
@Override
public void render(int mouseX, int mouseY, float partialTicks) {
renderBackground();
minecraft.getTextureManager().bindTexture(GuiManual.texture);
minecraft.getTextureManager().method_22813(GuiManual.texture);
int centerX = (width / 2) - guiWidth / 2;
int centerY = (height / 2) - guiHeight / 2;
blit(centerX, centerY, 0, 0, guiWidth, guiHeight);