Move the shape test to a little sooner
This commit is contained in:
parent
e68f04b9d0
commit
5ff0b69dae
1 changed files with 4 additions and 3 deletions
|
@ -113,13 +113,14 @@ void CollisionShape2D::_notification(int p_what) {
|
|||
break;
|
||||
}
|
||||
|
||||
if (!shape.is_valid()) {
|
||||
break;
|
||||
}
|
||||
|
||||
rect=Rect2();
|
||||
|
||||
|
||||
Color draw_col=get_tree()->get_debug_collisions_color();
|
||||
if(!shape.is_valid()) {
|
||||
break;
|
||||
}
|
||||
shape->draw(get_canvas_item(),draw_col);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue