mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Directional fog + horizon colors, based on sun & moon positions at sunrise / sunset
This commit is contained in:
parent
e9e9fd7c3f
commit
848f80b2e5
3 changed files with 96 additions and 24 deletions
|
@ -1318,7 +1318,7 @@ void the_game(
|
|||
*/
|
||||
|
||||
Sky *sky = NULL;
|
||||
sky = new Sky(smgr->getRootSceneNode(), smgr, -1);
|
||||
sky = new Sky(smgr->getRootSceneNode(), smgr, -1, client.getEnv().getLocalPlayer());
|
||||
|
||||
/*
|
||||
A copy of the local inventory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue