Update #17 - (sorry mojang) Fixed gap between E, R on main menu

This commit is contained in:
LAX1DUDE
2023-03-01 20:05:51 -08:00
parent fecc10c8b4
commit 7d691a2967
4 changed files with 13 additions and 10 deletions

View File

@ -205,7 +205,11 @@
~ if (this.isDefault || (double) this.updateCounter < 1.0E-4D) {
> INSERT 10 : 23 @ 10
> CHANGE 4 : 5 @ 4 : 5
~ this.drawTexturedModalRect(k + 154, b0 + 0, 0, 45, 155, 44);
> INSERT 5 : 18 @ 5
+ boolean isForkLabel = ((this.openGLWarning1 != null && this.openGLWarning1.length() > 0)
+ || (this.openGLWarning2 != null && this.openGLWarning2.length() > 0));