This commit is contained in:
Artem Pavlenko 2020-01-21 15:48:32 +00:00
parent 4276f01404
commit c30adf39c8

View file

@ -111,7 +111,8 @@ auto const curve3 = [] (auto const& ctx)
auto const curve3_smooth = [] (auto const& ctx)
{
auto const& attr = _attr(ctx);
extract_path(ctx).curve3(std::get<0>(attr),std::get<1>(attr),
extract_path(ctx).curve3(std::get<0>(attr),
std::get<1>(attr),
x3::get<relative_tag>(ctx));
};