From Pierre Bourdin, "just a small typo in debug messages of Viewer.cpp..."

This commit is contained in:
Robert Osfield
2010-07-10 10:07:59 +00:00
parent f697988586
commit d45cb5f7a1

View File

@@ -48,13 +48,13 @@ public:
{
if (_pathToCoordinateSystemNode.empty())
{
OSG_DEBUG<<"Found CoordianteSystemNode node"<<std::endl;
OSG_DEBUG<<"Found CoordinateSystemNode node"<<std::endl;
OSG_DEBUG<<" CoordinateSystem = "<<node.getCoordinateSystem()<<std::endl;
_pathToCoordinateSystemNode = getNodePath();
}
else
{
OSG_DEBUG<<"Found additional CoordianteSystemNode node, but ignoring"<<std::endl;
OSG_DEBUG<<"Found additional CoordinateSystemNode node, but ignoring"<<std::endl;
OSG_DEBUG<<" CoordinateSystem = "<<node.getCoordinateSystem()<<std::endl;
}
traverse(node);