aboutsummaryrefslogtreecommitdiff
path: root/scene/2d/collision_polygon_2d.cpp
diff options
context:
space:
mode:
authorAndreas Haas2017-01-22 14:09:41 +0100
committerAndreas Haas2017-01-22 14:11:17 +0100
commit16eee2f59b6d2567d7d15d9a2ff66c52e9705137 (patch)
tree092506423b6773f95d2ef798bb3026b6c8b8379c /scene/2d/collision_polygon_2d.cpp
parenta043ce7304c4a9b56b5d79efa4cca05160339e72 (diff)
downloadgodot-16eee2f59b6d2567d7d15d9a2ff66c52e9705137.tar.gz
godot-16eee2f59b6d2567d7d15d9a2ff66c52e9705137.tar.zst
godot-16eee2f59b6d2567d7d15d9a2ff66c52e9705137.zip
Diffstat (limited to 'scene/2d/collision_polygon_2d.cpp')
-rw-r--r--scene/2d/collision_polygon_2d.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/2d/collision_polygon_2d.cpp b/scene/2d/collision_polygon_2d.cpp
index 04f096f22..4364e5f1f 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<Point2>& p_polygon) {
_update_parent();
}
update();
+ update_configuration_warning();
}
Vector<Point2> CollisionPolygon2D::get_polygon() const {