Converted osg::notify to OSG_INFO etc.

This commit is contained in:
Robert Osfield
2010-05-28 16:26:24 +00:00
parent 3db10859cd
commit 0fefe9a789
5 changed files with 13 additions and 13 deletions

View File

@@ -69,7 +69,7 @@ WriterCompareTriangle::cutscene(int nbVertices,
setMaxMin (nbVerticesX, nbVerticesY, nbVerticesZ);
osg::notify(osg::DEBUG_INFO) << "Cutting x by " << nbVerticesX << std::endl
OSG_DEBUG << "Cutting x by " << nbVerticesX << std::endl
<< "Cutting y by " << nbVerticesY << std::endl
<< "Cutting z by " << nbVerticesZ << std::endl;