forked from VoxeLibre/VoxeLibre
Remove END function comment
This commit is contained in:
parent
7811e23611
commit
cf4b1dbd1d
|
@ -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 New Issue