Merge pull request #984 from ShetiPhian/item-renderer-fix

Small Fix: Held Items & Multiple Render Passes
This commit is contained in:
LexManos 2014-02-28 05:03:41 -08:00
commit 0a6dc66749
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