- fixed undeclared local

This commit is contained in:
Wyntr Stardust 2024-09-30 21:23:15 -05:00 committed by GitHub
parent 23780d7b37
commit aef7f0035c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,9 @@ local minetest, nodecore
-- LUALOCALS > ---------------------------------------------------------
local modname = minetest.get_current_modname()
------------------------------------------------------------------------
local ymin = -64
local ymax = -1
------------------------------------------------------------------------
local box = {
type="fixed",
fixed = { {-0.5, -0.5, -0.5, 0.5, 1.5, 0.5}, },