CollisionShape2D: Fix warning icon not updating.
`CollisionPolygon2D` also had this problem.
This commit is contained in:
parent
a043ce7304
commit
16eee2f59b
2 changed files with 2 additions and 0 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue