mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-09 12:29:35 +01:00
Fix typo.
This commit is contained in:
parent
33d43d8ef8
commit
af99c162c0
@ -60,7 +60,7 @@ Ref<MMNode> MMGraphNode::get_material_node() {
|
||||
}
|
||||
|
||||
Ref<MMNode> MMGraphNode::get_mm_node() {
|
||||
return *_node;
|
||||
return _node;
|
||||
}
|
||||
|
||||
void MMGraphNode::set_mm_node(const Ref<MMNode> &val) {
|
||||
|
Loading…
Reference in New Issue
Block a user