mirror of
https://github.com/HybridDog/vector_extras.git
synced 2025-06-04 01:20:58 +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)
|
||||
maxx = math.max(maxx, x)
|
||||
end
|
||||
t[n] = {{z, y, x}, v}
|
||||
t[n] = {z,y,x, v}
|
||||
n = n+1
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user