Fixes CollisionShape extends not updating when draggind handles
This commit is contained in:
parent
121cead38e
commit
952f3004f1
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue