1
0
mirror of https://github.com/HybridDog/vector_extras.git synced 2024-09-27 14:50:36 +02:00

A small comment

This commit is contained in:
HybridDog 2021-03-01 19:26:18 +01:00
parent 8c7aaf6c0b
commit fdbcc2e425

View File

@ -406,7 +406,7 @@ end
local fallings_search = dofile(path .. "/fill_3d.lua")
local moves_touch = {
{x = -1, y = 0, z = 0},
{x = 0, y = 0, z = 0},
{x = 0, y = 0, z = 0}, -- FIXME should this be here?
{x = 1, y = 0, z = 0},
{x = 0, y = -1, z = 0},
{x = 0, y = 1, z = 0},