mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 12:01:06 +01:00
Remove END function comment
This commit is contained in:
parent
7811e23611
commit
cf4b1dbd1d
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ function skycolor.update_sky_color(players)
|
||||||
for _, player in ipairs(players) do
|
for _, player in ipairs(players) do
|
||||||
update(player)
|
update(player)
|
||||||
end
|
end
|
||||||
end -- END function skycolor.update_sky_color(players)
|
end
|
||||||
|
|
||||||
-- Returns current layer color in {r, g, b} format
|
-- Returns current layer color in {r, g, b} format
|
||||||
function skycolor.get_sky_layer_color(timeofday)
|
function skycolor.get_sky_layer_color(timeofday)
|
||||||
|
|
Loading…
Reference in a new issue