Debug removal
This commit is contained in:
parent
ff8b366eb9
commit
9b312bf4de
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue