mirror of
https://github.com/adrido/darkage.git
synced 2025-06-30 23:40:56 +02:00
Correction for mapgen memory optimization
This commit is contained in:
@ -248,7 +248,7 @@ minetest.register_ore({
|
||||
|
||||
|
||||
-- Generate strati
|
||||
local dbuf --for mapgen
|
||||
local dbuf = {} --for mapgen
|
||||
local function generate_strati(minp, maxp, seed)
|
||||
|
||||
local t1 = os.clock()
|
||||
|
Reference in New Issue
Block a user