mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-25 14:54:48 +02:00
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
|
||||||
End Select
|
End Select
|
||||||
|
|
||||||
If Core.GameOptions.RenderDistance >= 5 Then
|
If Core.GameOptions.RenderDistance >= 4 Then
|
||||||
Screen.Effect.FogStart = 999
|
Screen.Effect.FogStart = 999
|
||||||
Screen.Effect.FogEnd = 1000
|
Screen.Effect.FogEnd = 1000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user