randomsc: increase delay to 15 secs to give time to render
This commit is contained in:
parent
cac68e9132
commit
1d42685b3d
@ -14,7 +14,7 @@ minetest.register_globalstep(function()
|
||||
if os.time() < nextsc then return end
|
||||
math.randomseed(os.clock())
|
||||
nextsc=os.time() + ( interval * 60 ) + math.random(rnd * 60)
|
||||
minetest.after("5.0",minetest.take_screenshot)
|
||||
minetest.after("15.0",minetest.take_screenshot)
|
||||
|
||||
end)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user