mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Disable benchmark at start
This commit is contained in:
parent
fe4cf3f4bc
commit
6d6bcc9ea7
3 changed files with 3 additions and 3 deletions
|
@ -51,7 +51,7 @@ function world_sync.on_world_initialized()
|
|||
c = c - 1
|
||||
print("Last material id: "..c)
|
||||
world.last_material_id = c
|
||||
do_benchmark()
|
||||
-- do_benchmark()
|
||||
end
|
||||
|
||||
local function send_chunks(cx, cy, chunk_map)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue