Commented out some redundent debuggin info.
This commit is contained in:
@@ -862,12 +862,12 @@ void Viewer::selectCameraManipulator(unsigned int no)
|
||||
|
||||
void Viewer::requestRedraw()
|
||||
{
|
||||
osg::notify(osg::INFO)<<"Viewer::requestRedraw() called"<<std::endl;
|
||||
//osg::notify(osg::INFO)<<"Viewer::requestRedraw() called"<<std::endl;
|
||||
}
|
||||
|
||||
void Viewer::requestContinuousUpdate(bool flag)
|
||||
{
|
||||
osg::notify(osg::INFO)<<"Viewer::requestContinuousUpdate("<<flag<<") called"<<std::endl;
|
||||
//osg::notify(osg::INFO)<<"Viewer::requestContinuousUpdate("<<flag<<") called"<<std::endl;
|
||||
}
|
||||
|
||||
void Viewer::requestWarpPointer(float x,float y)
|
||||
|
||||
Reference in New Issue
Block a user