Convesion of osg::notify to OSG_INFO etc.
This commit is contained in:
@@ -43,7 +43,7 @@ void LineStipple::apply(State&) const
|
||||
#ifdef OSG_GL1_AVAILABLE
|
||||
glLineStipple(_factor, _pattern);
|
||||
#else
|
||||
osg::notify(osg::NOTICE)<<"Warning: LineStipple::apply(State&) - not supported."<<std::endl;
|
||||
OSG_NOTICE<<"Warning: LineStipple::apply(State&) - not supported."<<std::endl;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user