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:
parent
37d80784dd
commit
f8cef52ea0
7 changed files with 79 additions and 139 deletions
|
@ -82,6 +82,8 @@ struct CloudParams
|
|||
class SkyboxDefaults
|
||||
{
|
||||
public:
|
||||
SkyboxDefaults() = delete;
|
||||
|
||||
static const SkyboxParams getSkyDefaults()
|
||||
{
|
||||
SkyboxParams sky;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue