mirror of
git://repo.or.cz/rocks.git
synced 2025-01-04 07:10:28 +01:00
Disable debug lighting in ign.
This commit is contained in:
parent
a82e9ccac2
commit
2bb9685f10
@ -147,7 +147,7 @@ minetest.register_on_generated( function( minp, maxp, seed )
|
|||||||
end end
|
end end
|
||||||
|
|
||||||
vm:set_data(data)
|
vm:set_data(data)
|
||||||
vm:set_lighting({day=15,night=2})
|
--DEBUG: vm:set_lighting({day=15,night=2})
|
||||||
minetest.generate_ores(vm)
|
minetest.generate_ores(vm)
|
||||||
vm:write_to_map(data)
|
vm:write_to_map(data)
|
||||||
minetest.log("action", "rocks/layer/ "..math.ceil((os.clock() - t1) * 1000).." ms ")
|
minetest.log("action", "rocks/layer/ "..math.ceil((os.clock() - t1) * 1000).." ms ")
|
||||||
|
Loading…
Reference in New Issue
Block a user