Added debug message to destructor

This commit is contained in:
Robert Osfield
2007-08-22 09:44:55 +00:00
parent 94af61ed01
commit 7f43f55a44

View File

@@ -161,7 +161,7 @@ View::View(const osgViewer::View& view, const osg::CopyOp& copyop):
View::~View()
{
// osg::notify(osg::NOTICE)<<"Destructing osgViewer::View"<<std::endl;
osg::notify(osg::INFO)<<"Destructing osgViewer::View"<<std::endl;
}