mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 17:38:11 +08:00
Bézier-rs: Add utils to subpath (#1058)
* Add utils to bezier-rs subpath * Apply code review changes * Remove tan from constant * Fix compile * Fix tests
This commit is contained in:
@@ -281,7 +281,7 @@ impl NodeGraphMessageHandler {
|
||||
node_id: link_start,
|
||||
output_index: link_start_index,
|
||||
// TODO: add ui for lambdas
|
||||
lambda,
|
||||
lambda: _,
|
||||
} = *input
|
||||
{
|
||||
Some(FrontendNodeLink {
|
||||
|
||||
Reference in New Issue
Block a user