renderstage: fix spelling in log message

This commit is contained in:
Philippe Renon 2018-02-18 18:15:19 +01:00
parent b4a2114fd4
commit 4a025cafb4

View File

@ -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"<<std::endl;
OSG_INFO<<"RenderStage::runCameraSetUp(State&) Assign graphics context to Texture"<<std::endl;
pBufferTexture->setReadPBuffer(context.get());
}
else