From 16eee2f59b6d2567d7d15d9a2ff66c52e9705137 Mon Sep 17 00:00:00 2001 From: Andreas Haas Date: Sun, 22 Jan 2017 14:09:41 +0100 Subject: CollisionShape2D: Fix warning icon not updating. `CollisionPolygon2D` also had this problem. --- scene/2d/collision_polygon_2d.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/2d/collision_polygon_2d.cpp') diff --git a/scene/2d/collision_polygon_2d.cpp b/scene/2d/collision_polygon_2d.cpp index 04f096f229..4364e5f1fc 100644 --- a/scene/2d/collision_polygon_2d.cpp +++ b/scene/2d/collision_polygon_2d.cpp @@ -243,6 +243,7 @@ void CollisionPolygon2D::set_polygon(const Vector& p_polygon) { _update_parent(); } update(); + update_configuration_warning(); } Vector CollisionPolygon2D::get_polygon() const { -- cgit v1.2.3