Small Fix: Held Items & Multiple Render Passes

Passes beyond 1 now have the correct icon.
This commit is contained in:
Timothy Tomkins 2014-02-27 23:57:44 -05:00
parent 246152d3c4
commit d2d2032f93
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@
+ f11 = (float)(j1 >> 8 & 255) / 255.0F;
+ f12 = (float)(j1 & 255) / 255.0F;
+ GL11.glColor4f(1.0F * f10, 1.0F * f11, 1.0F * f12, 1.0F);
+ this.renderItem(entityclientplayermp, itemstack, 1, EQUIPPED_FIRST_PERSON);
+ this.renderItem(entityclientplayermp, itemstack, x, EQUIPPED_FIRST_PERSON);
+ }
}
else