From af99c162c0b34c851878e82155af3a5394bd8efd Mon Sep 17 00:00:00 2001 From: Relintai Date: Sun, 19 Jun 2022 13:02:13 +0200 Subject: [PATCH] Fix typo. --- modules/material_maker/editor/mm_graph_node.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {