Fixed typo of method name
This commit is contained in:
parent
759b537250
commit
55e5d74a1c
@ -132,7 +132,7 @@ class OSG_EXPORT Group : public Node
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class T> bool conatainsNode(const ref_ptr<T>& node) const { return containsNode(node.get()); }
|
template<class T> bool containsNode(const ref_ptr<T>& node) const { return containsNode(node.get()); }
|
||||||
|
|
||||||
/** Get the index number of child, return a value between
|
/** Get the index number of child, return a value between
|
||||||
* 0 and _children.size()-1 if found, if not found then
|
* 0 and _children.size()-1 if found, if not found then
|
||||||
|
Loading…
Reference in New Issue
Block a user