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
|
ColorTexture = FogColorTexture
|
||||||
Select Case Screen.Level.EnvironmentType
|
Select Case Screen.Level.EnvironmentType
|
||||||
Case 0
|
Case 0
|
||||||
x = GetLightingType()
|
x = Screen.Level.DayTime - 1
|
||||||
If x > 2 Then
|
If x > 2 Then
|
||||||
x = 0
|
x = 0
|
||||||
y += 1
|
y += 1
|
||||||
|
|
Loading…
Reference in New Issue