Skip to content

Commit

Permalink
Merge pull request #854 from edge-classic/sky-fog-density-tweak
Browse files Browse the repository at this point in the history
Tweak sky fog density when using Vanilla sky stretch option
  • Loading branch information
dashodanger authored Jan 20, 2025
2 parents 2d15fb3 + c89b7e9 commit b9e9b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source_files/edge/r_sky.cc
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ static void RenderSkyCylinder(void)
}
else if (fc_to_use != kRGBANoValue)
{
fd_to_use *= 0.005f;
fd_to_use *= (current_sky_stretch == kSkyStretchVanilla ? 0.015f : 0.005f);
}

// Render top cap
Expand Down

0 comments on commit b9e9b5e

Please sign in to comment.