diff options
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java b/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java index 0a7896346..7e2e86ee1 100644 --- a/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java +++ b/src/main/java/me/shedaniel/rei/gui/toast/CopyRecipeIdentifierToast.java @@ -52,7 +52,7 @@ public class CopyRecipeIdentifierToast implements Toast { public Visibility draw(ToastManager toastManager, long var2) { toastManager.getGame().getTextureManager().bindTexture(TOASTS_TEX); RenderSystem.color3f(1.0F, 1.0F, 1.0F); - toastManager.blit(0, 0, 0, 0, 160, 32); + toastManager.drawTexture(0, 0, 0, 0, 160, 32); if (this.subtitle == null) { toastManager.getGame().textRenderer.draw(this.title, 18.0F, 12.0F, 11141120); } else { |
