1
0
Fork 0

Stray debug message, remove.

This commit is contained in:
James Turner 2013-03-05 14:29:14 +00:00
parent fce2a53fc7
commit 4c32b832ec

View file

@ -102,7 +102,6 @@ private:
return;
}
std::cout << "actually setting cursor" << std::endl;
BOOST_FOREACH(osgViewer::GraphicsWindow* gw, mWindows) {
gw->setCursor(cur);
}