Convesion of osg::notify to OSG_INFO etc.
This commit is contained in:
@@ -44,6 +44,6 @@ void TexMat::apply(State& state) const
|
||||
|
||||
glMatrixMode( GL_MODELVIEW );
|
||||
#else
|
||||
osg::notify(osg::NOTICE)<<"Warning: TexMat::apply(State&) - not supported."<<std::endl;
|
||||
OSG_NOTICE<<"Warning: TexMat::apply(State&) - not supported."<<std::endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user