Debug removal

This commit is contained in:
paulevsGitch 2021-10-22 13:53:37 +03:00
parent ff8b366eb9
commit 9b312bf4de

View file

@ -42,8 +42,6 @@ public class CustomBackgroundRenderer {
float fog = getFogDensity(entity.level, entity.getX(), entity.getEyeY(), entity.getZ());
BackgroundInfo.fogDensity = fog;
System.out.println(thickFog);
if (thickFog) {
fogStart = viewDistance * 0.05F / fog;
fogEnd = Math.min(viewDistance, 192.0F) * 0.5F / fog;