Small cleaning

This commit is contained in:
Jean-Patrick Guerrero 2020-12-08 01:20:58 +01:00
parent 7e3a322b0e
commit 46d1c114f2
1 changed files with 2 additions and 1 deletions

View File

@ -1321,8 +1321,9 @@ local function make_fs(data)
if not item then break end
local X = i % ROWS
X = X + (X * 0.05) + 0.2
local Y = (i % IPP - X) / ROWS + 1
X = X - (X * -0.05) + 0.2
Y = Y + (Y * 0.05)
if data.query_item == item then