Fixed sky not drawing

This commit is contained in:
Montagna Marco 2020-01-19 20:13:22 +01:00
parent cc08babebd
commit 15f47b3e6c
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;