mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-04-30 00:37:58 +03:00
Fixed sky not drawing
This commit is contained in:
parent
83a89cfbf7
commit
19bfa217df
2 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue