You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Merge pull request #16681 from AndreaCatania/kin_t
Added return true o collide when no rusult is NULL
This commit is contained in:
@@ -979,6 +979,8 @@ bool SpaceBullet::test_body_motion(RigidBodyBullet *p_body, const Transform &p_f
|
||||
} else {
|
||||
if (!l_has_penetration)
|
||||
break;
|
||||
else
|
||||
has_penetration = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user