Skip to content

Commit

Permalink
Fix testing change
Browse files Browse the repository at this point in the history
  • Loading branch information
AMereBagatelle committed May 17, 2024
1 parent b1511bc commit 1d532c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ private static void redirectSetShaderFogColor(float red, float green, float blue
if (nuit$modifyDensity) {
RenderSystem.setShaderFogColor(red, green, blue, nuit$density);
} else {
RenderSystem.setShaderFogColor(red, green, blue, 0.0f);
RenderSystem.setShaderFogColor(red, green, blue);
}
}

Expand Down

0 comments on commit 1d532c4

Please sign in to comment.