Skip to content

Commit

Permalink
Fix Documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
covers1624 committed Apr 30, 2015
1 parent d77b571 commit dfed1dd
Showing 1 changed file with 2 additions and 6 deletions.
Expand Up @@ -56,9 +56,7 @@ void renderItem (DryingRackLogic logic, ItemStack stack)
GL11.glTranslatef(0F, 0F, 0.375F);
if (meta == 3)
{
/**
* Rotate the image as it is flipped, translate to the correct spot.
*/
// Rotate, Flip.
GL11.glRotatef(180F, 0F, 1F, 0F);
GL11.glTranslatef(0F, 0F, 0.2F);
//GL11.glTranslatef(0F, 0F, -0.375F);
Expand All @@ -69,9 +67,7 @@ void renderItem (DryingRackLogic logic, ItemStack stack)
}
if (meta == 5)
{
/**
* Rotate the image as it is flipped, translate to the correct spot.
*/
//Rotate, Flip.
GL11.glRotatef(180F, 0F, 1F, 0F);
GL11.glTranslatef(0F, 0F, 0.3F);
//GL11.glTranslatef(0F, 0F, -0.5F);
Expand Down

0 comments on commit dfed1dd

Please sign in to comment.