Renamed Environment/FogManager fields

This commit is contained in:
Pazaz 2022-06-27 20:52:32 -04:00
parent bec02e0934
commit dce7c0aede
25 changed files with 363 additions and 383 deletions

View file

@ -308,7 +308,7 @@ public abstract class PathingEntity extends Entity {
this.zFine = arg0 * 64 + this.movementQueueZ[0] * 128;
this.xFine = arg0 * 64 + this.movementQueueX[0] * 128;
if (GlRenderer.enabled && PlayerList.self == this) {
Static103.setInstantFade();
FogManager.setInstantFade();
}
}