Slight changes

Following paramats advice.
This commit is contained in:
Megaf 2017-12-20 23:42:48 -02:00 committed by GitHub
parent dfc9657885
commit 175db7fd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ local function table_contains(t, v)
end
-- Function from vector_extras - added by Megaf.
local function funcs.get_data_pos_table(tab)
local function get_data_pos_table(tab)
local t,n = {},1
local minz, miny, minx, maxz, maxy, maxx
for z,yxs in pairs(tab) do