1
0
Fork 0

Move the shape test to a little sooner

This commit is contained in:
George Marques 2015-09-22 21:30:08 -03:00
parent e68f04b9d0
commit 5ff0b69dae
Signed by: vnen
GPG Key ID: 046BD46A3201E43D
1 changed files with 4 additions and 3 deletions

View File

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