1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix consistency of sky sun/moon texture behaviour

Also cleans up related code somewhat.
This commit is contained in:
sfan5 2022-01-22 13:37:26 +01:00 committed by Hugues Ross
parent 37d80784dd
commit f8cef52ea0
7 changed files with 79 additions and 139 deletions

View file

@ -82,6 +82,8 @@ struct CloudParams
class SkyboxDefaults
{
public:
SkyboxDefaults() = delete;
static const SkyboxParams getSkyDefaults()
{
SkyboxParams sky;