Fixed typo of method name
This commit is contained in:
parent
8d08b75e19
commit
5c46d9de3e
@ -132,7 +132,7 @@ class OSG_EXPORT Group : public Node
|
||||
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
|
||||
* 0 and _children.size()-1 if found, if not found then
|
||||
|
Loading…
Reference in New Issue
Block a user