diff --git a/src/osgUtil/RenderStage.cpp b/src/osgUtil/RenderStage.cpp index 873a136ac..26a4eb184 100644 --- a/src/osgUtil/RenderStage.cpp +++ b/src/osgUtil/RenderStage.cpp @@ -758,7 +758,7 @@ void RenderStage::runCameraSetUp(osg::RenderInfo& renderInfo) if (pBufferTexture && renderTargetImplementation==osg::Camera::PIXEL_BUFFER_RTT) { - OSG_INFO<<"RenderStage::runCameraSetUp(State&) Assign graphis context to Texture"<setReadPBuffer(context.get()); } else diff --git a/src/osgViewer/config/SingleWindow.cpp b/src/osgViewer/config/SingleWindow.cpp index 3a1ce6349..1cd531623 100644 --- a/src/osgViewer/config/SingleWindow.cpp +++ b/src/osgViewer/config/SingleWindow.cpp @@ -76,12 +76,12 @@ void SingleWindow::configure(osgViewer::View& view) const osgViewer::GraphicsWindow* gw = dynamic_cast(gc.get()); if (gw) { - OSG_INFO<<"View::setUpViewOnSingleScreen - GraphicsWindow has been created successfully."<getEventQueue()->getCurrentEventState()->setWindowRectangle(traits->x, traits->y, traits->width, traits->height ); } else { - OSG_NOTICE<<" GraphicsWindow has not been created successfully."<