Typo in comment

This commit is contained in:
Robin Stevens
2018-01-23 10:20:49 +01:00
committed by GitHub
parent b36b5fa8da
commit 5810d2ba18

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;