mirror of
https://github.com/ElCeejo/creatura.git
synced 2025-03-21 15:21:24 +00:00
Remove unused code
This commit is contained in:
parent
72f55abc2d
commit
021bd7f5a0
1 changed files with 1 additions and 6 deletions
|
@ -30,11 +30,6 @@ local vec_add = vector.add
|
||||||
local yaw2dir = minetest.yaw_to_dir
|
local yaw2dir = minetest.yaw_to_dir
|
||||||
local dir2yaw = minetest.dir_to_yaw
|
local dir2yaw = minetest.dir_to_yaw
|
||||||
|
|
||||||
local function vec_raise(v, n)
|
|
||||||
if not v then return end
|
|
||||||
return {x = v.x, y = v.y + n, z = v.z}
|
|
||||||
end
|
|
||||||
|
|
||||||
--[[local function debugpart(pos, time, tex)
|
--[[local function debugpart(pos, time, tex)
|
||||||
minetest.add_particle({
|
minetest.add_particle({
|
||||||
pos = pos,
|
pos = pos,
|
||||||
|
@ -328,4 +323,4 @@ creatura.register_movement_method("creatura:obstacle_avoidance", function(self)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
return func
|
return func
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Add table
Reference in a new issue