Skip to content

Commit

Permalink
starting to port in 1.6.x fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
progwml6 committed Feb 4, 2014
1 parent ad0a7e6 commit 57b6f72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/tconstruct/client/TClientEvents.java
Expand Up @@ -244,7 +244,7 @@ public void drawTexturedModalRect (int par1, int par2, int par3, int par4, int p

double zLevel = 0;

@SubscribeEvent
/*@SubscribeEvent
public void fovModifier(FOVUpdateEvent event)
{
float f = 1.0F;
Expand All @@ -271,7 +271,7 @@ public void fovModifier(FOVUpdateEvent event)
f *= 1.0F - f1 * 0.15F;
}
event.newfov = f;
}
}*/

/* Armor */
ModelBiped model = new ModelBiped(5f);
Expand Down

0 comments on commit 57b6f72

Please sign in to comment.