format
This commit is contained in:
parent
4276f01404
commit
c30adf39c8
1 changed files with 14 additions and 13 deletions
|
@ -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));
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue