mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 18:41:09 +01:00
Fix failure to clear snow weather correctly
This commit is contained in:
parent
9c80f8d970
commit
a5b213968c
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ end
|
|||
|
||||
mcl_weather.snow.set_sky_box = function()
|
||||
mcl_weather.skycolor.add_layer(
|
||||
"weather-pack-rain-sky",
|
||||
"weather-pack-snow-sky",
|
||||
{{r=0, g=0, b=0},
|
||||
{r=85, g=86, b=86},
|
||||
{r=135, g=135, b=135},
|
||||
|
|
Loading…
Reference in a new issue