Fixes for building OSG with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF.
Fixed copy and paste error in Camera::getImplicitBufferAttachmentResolveMask().
This commit is contained in:
@@ -475,7 +475,7 @@ protected:
|
||||
if ( isReadable() ) return true;
|
||||
_sstream.clear();
|
||||
|
||||
osgDB::XmlNode* current = _nodePath.back();
|
||||
osgDB::XmlNode* current = _nodePath.back().get();
|
||||
if ( !current->name.empty() )
|
||||
{
|
||||
_sstream.str( current->name );
|
||||
|
||||
Reference in New Issue
Block a user