mirror of
https://github.com/HybridDog/vector_extras.git
synced 2025-06-23 03:40:25 +02:00
🐈
This commit is contained in:
parent
07d9584e32
commit
177c679621
2
init.lua
2
init.lua
@ -666,7 +666,7 @@ function funcs.get_data_pos_table(tab)
|
|||||||
minx = math.min(minx, x)
|
minx = math.min(minx, x)
|
||||||
maxx = math.max(maxx, x)
|
maxx = math.max(maxx, x)
|
||||||
end
|
end
|
||||||
t[n] = {{z, y, x}, v}
|
t[n] = {z,y,x, v}
|
||||||
n = n+1
|
n = n+1
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user