Fix collider debug shape didn't changes with collider size changes

This commit is contained in:
yakun.zhang 2019-03-19 11:53:37 +08:00 committed by RaphaelHunter
parent 5772f60f96
commit e5f531620e
12 changed files with 39 additions and 10 deletions

View file

@ -65,6 +65,7 @@ Vector<Vector3> ConcavePolygonShape::_gen_debug_mesh_lines() {
}
void ConcavePolygonShape::_update_shape() {
Shape::_update_shape();
}
void ConcavePolygonShape::set_faces(const PoolVector<Vector3> &p_faces) {