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:
teknomunk 2024-04-28 05:35:36 +00:00
parent 9fe9a03e63
commit 465d538a95
1 changed files with 2 additions and 2 deletions

View File

@ -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