diff --git a/modules/material_maker/editor/mm_graph_node.cpp b/modules/material_maker/editor/mm_graph_node.cpp index 8c14075a2..faecbaea7 100644 --- a/modules/material_maker/editor/mm_graph_node.cpp +++ b/modules/material_maker/editor/mm_graph_node.cpp @@ -60,7 +60,7 @@ Ref MMGraphNode::get_material_node() { } Ref MMGraphNode::get_mm_node() { - return *_node; + return _node; } void MMGraphNode::set_mm_node(const Ref &val) {