1
0
mirror of git://repo.or.cz/rocks.git synced 2025-01-01 14:00:30 +01:00

Disable debug lighting in ign.

This commit is contained in:
Tomáš Brada 2015-05-02 20:35:35 +02:00
parent a82e9ccac2
commit 2bb9685f10

View File

@ -147,7 +147,7 @@ minetest.register_on_generated( function( minp, maxp, seed )
end end
vm:set_data(data)
vm:set_lighting({day=15,night=2})
--DEBUG: vm:set_lighting({day=15,night=2})
minetest.generate_ores(vm)
vm:write_to_map(data)
minetest.log("action", "rocks/layer/ "..math.ceil((os.clock() - t1) * 1000).." ms ")