Fix build error on master
This commit is contained in:
parent
aaf6ae3f15
commit
0200507387
|
@ -442,7 +442,7 @@ int Curve::add_point(Vector2 p_pos, real_t left_tangent, real_t right_tangent, T
|
|||
}
|
||||
}
|
||||
|
||||
update_auto_tangents(i);
|
||||
update_auto_tangents(ret);
|
||||
|
||||
mark_dirty();
|
||||
|
||||
|
|
Loading…
Reference in New Issue