Fixed sky not drawing

This commit is contained in:
MontyTRC89 2020-01-19 20:13:22 +01:00
parent 83a89cfbf7
commit 19bfa217df
2 changed files with 1 additions and 1 deletions

View file

@ -446,7 +446,7 @@ bool GameFlow::DoGameflow()
CurrentAtmosphere = level->Soundtrack;
if (level->Sky)
if (level->Horizon)
{
SkyColor1.r = level->Layer1.R;
SkyColor1.g = level->Layer1.G;