mirror of
https://github.com/eliasstepanik/egui_node_graph.git
synced 2026-01-20 02:08:29 +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,
|
node_id: NodeId,
|
||||||
_graph: &Graph<MyNodeData, MyDataType, MyValueType>,
|
_graph: &Graph<MyNodeData, MyDataType, MyValueType>,
|
||||||
user_state: &Self::UserState,
|
user_state: &Self::UserState,
|
||||||
) -> Vec<NodeResponse<MyResponse>>
|
) -> Vec<NodeResponse<MyResponse, MyNodeData>>
|
||||||
where
|
where
|
||||||
MyResponse: UserResponseTrait,
|
MyResponse: UserResponseTrait,
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user