Merge pull request #1028 from alexbegt/patch-1

Small Fix: Held Items & Multiple Render Passes
This commit is contained in:
LexManos 2014-04-06 16:34:58 -07:00
commit ae81ad58ea
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@
+ f11 = (float)(k1 >> 8 & 255) / 255.0F;
+ f12 = (float)(k1 & 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