Fixed Extreme render distance still having fog
This commit is contained in:
parent
3ecc99fbd4
commit
b69bfbfea4
|
@ -366,7 +366,7 @@ Public Class World
|
|||
End Select
|
||||
End Select
|
||||
|
||||
If Core.GameOptions.RenderDistance >= 5 Then
|
||||
If Core.GameOptions.RenderDistance >= 4 Then
|
||||
Screen.Effect.FogStart = 999
|
||||
Screen.Effect.FogEnd = 1000
|
||||
|
||||
|
|
Loading…
Reference in New Issue