Merge pull request #455 from PissedCapslock/patch-1

Typo in comment
This commit is contained in:
OpenSceneGraph git repository
2018-01-23 09:55:52 +00:00
committed by GitHub

View File

@@ -108,7 +108,7 @@ class OSG_EXPORT Drawable : public Node
virtual void computeDataVariance();
/** Get the list of matrices that transform this node from local coordinates to world coordinates.
* The optional Node* haltTraversalAtNode allows the user to prevent traversal beyond a specifed node. */
* The optional Node* haltTraversalAtNode allows the user to prevent traversal beyond a specified node. */
MatrixList getWorldMatrices(const osg::Node* haltTraversalAtNode=0) const;