Change verticle offset for testing reattaching to rail to 0.55, which is a bit more than the stair step height
This commit is contained in:
parent
530b44b07a
commit
0c61a481a9
|
@ -526,8 +526,8 @@ local function do_detached_movement(self, dtime)
|
|||
local yaw_dir = minetest.yaw_to_dir(yaw)
|
||||
local test_positions = {
|
||||
pos,
|
||||
vector.offset(vector.add(pos, vector.multiply(yaw_dir, 0.5)),0,-0.3,0),
|
||||
vector.offset(vector.add(pos, vector.multiply(yaw_dir,-0.5)),0,-0.3,0),
|
||||
vector.offset(vector.add(pos, vector.multiply(yaw_dir, 0.5)),0,-0.55,0),
|
||||
vector.offset(vector.add(pos, vector.multiply(yaw_dir,-0.5)),0,-0.55,0),
|
||||
}
|
||||
|
||||
for i=1,#test_positions do
|
||||
|
|
Loading…
Reference in New Issue