Decreased notify level of debug message.

This commit is contained in:
Robert Osfield
2006-04-22 15:07:36 +00:00
parent 1cf1710f92
commit f5f8754ec7

View File

@@ -932,7 +932,7 @@ void Viewer::requestWarpPointer(float x,float y)
{
if (_kbmcb.valid() && isRealized())
{
osg::notify(osg::NOTICE) << "requestWarpPointer x= "<<x<<" y="<<y<<std::endl;
osg::notify(osg::INFO) << "requestWarpPointer x= "<<x<<" y="<<y<<std::endl;
getEventQueue()->mouseWarp(x,y);
_kbmcb->getKeyboardMouse()->positionPointer(x,y);