fix new discards in tests

This commit is contained in:
BlackMATov
2026-02-13 07:36:52 +07:00
parent f9943c9fca
commit 8b77b45421
5 changed files with 82 additions and 82 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ evolved.builder()
:name('SYSTEMS.STARTUP')
:group(STAGES.ON_SETUP)
:prologue(function()
evolved.multi_clone(500, PREFABS.CIRCLE, nil, function(chunk, b_place, e_place)
evolved.multi_clone_nr(500, PREFABS.CIRCLE, nil, function(chunk, b_place, e_place)
local screen_width, screen_height = love.graphics.getDimensions()
---@type number[], number[]