Skip to content

Commit

Permalink
Remove FoV modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Dec 14, 2013
1 parent b5ec714 commit ea17087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tconstruct/client/TClientEvents.java
Expand Up @@ -238,7 +238,7 @@ public void drawTexturedModalRect (int par1, int par2, int par3, int par4, int p

double zLevel = 0;

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

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

0 comments on commit ea17087

Please sign in to comment.