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:
@@ -140,7 +140,7 @@ QOSGWidget::QOSGWidget( QWidget * parent, const char * name, WindowFlags f, bool
|
||||
|
||||
void QOSGWidget::createContext()
|
||||
{
|
||||
osg::DisplaySettings* ds = osg::DisplaySettings::instance();
|
||||
osg::DisplaySettings* ds = osg::DisplaySettings::instance().get();
|
||||
|
||||
osg::ref_ptr<osg::GraphicsContext::Traits> traits = new osg::GraphicsContext::Traits;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user