1
0
mirror of https://github.com/adrido/darkage.git synced 2024-09-27 14:40:17 +02:00

Correction for mapgen memory optimization

This commit is contained in:
Unknown 2017-04-02 18:41:09 +02:00
parent dec9355307
commit bef0f2bf88

View File

@ -248,7 +248,7 @@ minetest.register_ore({
-- Generate strati -- Generate strati
local dbuf --for mapgen local dbuf = {} --for mapgen
local function generate_strati(minp, maxp, seed) local function generate_strati(minp, maxp, seed)
local t1 = os.clock() local t1 = os.clock()