Update GuiScreen.java.patch

This commit is contained in:
Clashsoft 2014-05-22 16:12:52 +02:00
parent d63a9b1b10
commit e530089639
1 changed files with 2 additions and 2 deletions

View File

@ -11,12 +11,12 @@
import org.lwjgl.input.Keyboard; import org.lwjgl.input.Keyboard;
import org.lwjgl.input.Mouse; import org.lwjgl.input.Mouse;
import org.lwjgl.opengl.GL11; import org.lwjgl.opengl.GL11;
@@ -111,7 +115,9 @@ @@ -111,7 +115,8 @@
} }
} }
+ FontRenderer font = p_146285_1_.func_77973_b().getFontRenderer(p_146285_1_); + FontRenderer font = p_146285_1_.func_77973_b().getFontRenderer(p_146285_1_);
this.func_146283_a(list, p_146285_2_, p_146285_3_); - this.func_146283_a(list, p_146285_2_, p_146285_3_);
+ drawHoveringText(list, p_146285_2_, p_146285_3_, (font == null ? field_146289_q : font)); + drawHoveringText(list, p_146285_2_, p_146285_3_, (font == null ? field_146289_q : font));
} }