1
0
Fork 0
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:
MirceaKitsune 2013-06-30 18:17:14 +03:00 committed by sapier
parent e9e9fd7c3f
commit 848f80b2e5
3 changed files with 96 additions and 24 deletions

View file

@ -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