(NodeComponent) Fixed NzNode::SetParent methods not being exposed
Former-commit-id: e4c60f01db90cd288314c37bfb6969b1922a1868
This commit is contained in:
@@ -16,6 +16,6 @@ namespace Ndk
|
||||
NzNode::SetParent(entity->GetComponent<NodeComponent>(), keepDerived);
|
||||
}
|
||||
else
|
||||
SetParent(nullptr, keepDerived);
|
||||
NzNode::SetParent(nullptr, keepDerived);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user