diff --git a/scene/2d/path_2d.cpp b/scene/2d/path_2d.cpp index f135864098e..bd7415aa041 100644 --- a/scene/2d/path_2d.cpp +++ b/scene/2d/path_2d.cpp @@ -74,6 +74,8 @@ void Path2D::set_curve(const Ref& p_curve) { curve->connect("changed",this,"_curve_changed"); } + _curve_changed(); + } Ref Path2D::get_curve() const{