mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-24 06:15:05 +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
|
||||
|
||||
If Core.GameOptions.RenderDistance >= 5 Then
|
||||
If Core.GameOptions.RenderDistance >= 4 Then
|
||||
Screen.Effect.FogStart = 999
|
||||
Screen.Effect.FogEnd = 1000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user