mirror of
https://github.com/adrido/darkage.git
synced 2025-01-09 17:30:19 +01:00
Correction for mapgen memory optimization
This commit is contained in:
parent
dec9355307
commit
bef0f2bf88
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user