Merge pull request #16681 from AndreaCatania/kin_t

Added return true o collide when no rusult is NULL
This commit is contained in:
Rémi Verschelde 2018-02-14 08:28:19 +01:00 committed by GitHub
commit 2a754be71a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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