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

@@ -78,7 +78,7 @@ osg::Quat makeQuat(const fbxDouble3& degrees, ERotationOrder fbxRotOrder)
return quat;
}
default:
osg::notify(osg::WARN) << "Invalid FBX rotation mode." << std::endl;
OSG_WARN << "Invalid FBX rotation mode." << std::endl;
return osg::Quat();
}
}