mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-03-15 12:21:24 +00:00
Remove unused vector math
This commit is contained in:
parent
b6127c265f
commit
3042279836
1 changed files with 0 additions and 1 deletions
1
api.lua
1
api.lua
|
@ -19,7 +19,6 @@ local function clamp(val, min, max)
|
|||
end
|
||||
|
||||
local vec_dist = vector.distance
|
||||
local vec_multi = vector.multiply
|
||||
local vec_equals = vector.equals
|
||||
local vec_add = vector.add
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue