Build without OSG implicit ref-ptr conversion
This commit is contained in:
parent
f7548fec1f
commit
55c0d3f4d6
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ CameraInfo* CameraGroup::addCamera(unsigned flags, Camera* camera,
|
|||
if (bufferMap.count(Camera::COLOR_BUFFER) != 0) {
|
||||
farCamera->attach(
|
||||
Camera::COLOR_BUFFER,
|
||||
bufferMap.find(Camera::COLOR_BUFFER)->second._texture);
|
||||
bufferMap.find(Camera::COLOR_BUFFER)->second._texture.get());
|
||||
}
|
||||
_viewer->addSlave(farCamera, projection, view, useMasterSceneData);
|
||||
installCullVisitor(farCamera);
|
||||
|
|
Loading…
Add table
Reference in a new issue