Merge pull request #23481 from groud/fix_extends_not_updating

Fixes CollisionShape extends not updating when draggind handles
This commit is contained in:
Rémi Verschelde 2018-11-04 22:04:52 +01:00 committed by GitHub
commit 19f1ddb708
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,6 +203,7 @@ void CollisionShape2DEditor::set_handle(int idx, Point2 &p_point) {
} break;
}
node->get_shape()->_change_notify();
}
void CollisionShape2DEditor::commit_handle(int idx, Variant &p_org) {