mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-11 13:58:28 +00:00
Fix the example
This commit is contained in:
parent
16ea6e1265
commit
9bc0ebc946
@ -294,7 +294,7 @@ impl NodeDataTrait for MyNodeData {
|
||||
node_id: NodeId,
|
||||
_graph: &Graph<MyNodeData, MyDataType, MyValueType>,
|
||||
user_state: &Self::UserState,
|
||||
) -> Vec<NodeResponse<MyResponse>>
|
||||
) -> Vec<NodeResponse<MyResponse, MyNodeData>>
|
||||
where
|
||||
MyResponse: UserResponseTrait,
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user