mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-29 08:45:02 +02:00
Fixed fogcolor based on lighting, not daytime
This commit is contained in:
parent
69a9586f31
commit
e9b4234add
@ -54,7 +54,7 @@ Public Class Lighting
|
||||
ColorTexture = FogColorTexture
|
||||
Select Case Screen.Level.EnvironmentType
|
||||
Case 0
|
||||
x = GetLightingType()
|
||||
x = Screen.Level.DayTime - 1
|
||||
If x > 2 Then
|
||||
x = 0
|
||||
y += 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user