mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-01-28 03:56:53 +02:00
slight performace improvment
This commit is contained in:
parent
de65607b14
commit
3734d4b2b8
@ -314,7 +314,7 @@ function grow(in_shape, out_shape, size, offset)
|
||||
|
||||
local tile, entity
|
||||
|
||||
for i = t, 3 * t do
|
||||
for i = t, 2.5 * t, 1 do
|
||||
local out_t = 1 / (i - offset)
|
||||
local in_t = 1 / i
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user