1
0
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:
grilledham 2018-02-04 22:24:41 +00:00
parent de65607b14
commit 3734d4b2b8

View File

@ -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