Fix build error on master

This commit is contained in:
Poommetee Ketson 2017-06-28 10:41:43 +07:00
parent aaf6ae3f15
commit 0200507387
1 changed files with 1 additions and 1 deletions

View File

@ -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();