Correction for the skydome color for interiors

This commit is contained in:
JappaWakka 2021-09-27 22:59:41 +02:00
parent a285710f5b
commit b7ec88ac7e
1 changed files with 1 additions and 1 deletions

View File

@ -588,7 +588,7 @@ endsub:
Screen.Effect.FogColor = Core.BackgroundColor.ToVector3()
Screen.SkyDome.TextureDown = TextureManager.GetTexture("SkyDomeResource\Stars")
Case EnvironmentTypes.Inside
Core.BackgroundColor = New Color(56, 56, 56)
Core.BackgroundColor = New Color(57, 57, 57)
Screen.Effect.FogColor = Core.BackgroundColor.ToVector3()
Screen.SkyDome.TextureUp = Nothing
Screen.SkyDome.TextureDown = Nothing