Skip to content

Commit

Permalink
Fix fog colors, Closes #1524
Browse files Browse the repository at this point in the history
  • Loading branch information
LexManos committed Nov 28, 2014
1 parent 277fc4e commit dce1710
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -121,8 +121,8 @@
+ net.minecraftforge.common.MinecraftForge.EVENT_BUS.post(event);
+
+ this.field_175080_Q = event.red;
+ this.field_175082_R = event.blue;
+ this.field_175081_S = event.green;
+ this.field_175082_R = event.green;
+ this.field_175081_S = event.blue;
+
GlStateManager.func_179082_a(this.field_175080_Q, this.field_175082_R, this.field_175081_S, 0.0F);
}
Expand Down

0 comments on commit dce1710

Please sign in to comment.