diff options
| author | Andreas Haas | 2017-01-22 14:09:41 +0100 |
|---|---|---|
| committer | Andreas Haas | 2017-01-22 14:11:17 +0100 |
| commit | 16eee2f59b6d2567d7d15d9a2ff66c52e9705137 (patch) | |
| tree | 092506423b6773f95d2ef798bb3026b6c8b8379c /scene/2d/collision_polygon_2d.cpp | |
| parent | a043ce7304c4a9b56b5d79efa4cca05160339e72 (diff) | |
| download | godot-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.cpp | 1 |
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 { |
