Fixed typo

This commit is contained in:
Robert Osfield
2011-03-01 16:21:38 +00:00
parent eaca6f9e09
commit 388836f2b6

View File

@@ -603,7 +603,7 @@ struct MyUpdateSlaveCallback : public osg::View::Slave::UpdateSlaveCallback
void setUpViewForDepthPartion(osgViewer::Viewer& viewer, double partitionPosition)
{
OSG_NOTICE<<"setUpViewForDepthPartion(Viewer, "<<partitionPosition<<")std::endl;
OSG_NOTICE<<"setUpViewForDepthPartion(Viewer, "<<partitionPosition<<")"<<std::endl;
osg::GraphicsContext::WindowingSystemInterface* wsi = osg::GraphicsContext::getWindowingSystemInterface();
if (!wsi)