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());
|
float fog = getFogDensity(entity.level, entity.getX(), entity.getEyeY(), entity.getZ());
|
||||||
BackgroundInfo.fogDensity = fog;
|
BackgroundInfo.fogDensity = fog;
|
||||||
|
|
||||||
System.out.println(thickFog);
|
|
||||||
|
|
||||||
if (thickFog) {
|
if (thickFog) {
|
||||||
fogStart = viewDistance * 0.05F / fog;
|
fogStart = viewDistance * 0.05F / fog;
|
||||||
fogEnd = Math.min(viewDistance, 192.0F) * 0.5F / fog;
|
fogEnd = Math.min(viewDistance, 192.0F) * 0.5F / fog;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue