Build fixes for building OSG with OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION set to OFF
This commit is contained in:
@@ -676,7 +676,7 @@ int main(int argc, char** argv)
|
||||
databasePagingThread->add(databasePagingOperation.get());
|
||||
|
||||
osg::ref_ptr<osg::Group> group = new osg::Group;
|
||||
viewer.setSceneData(group);
|
||||
viewer.setSceneData(group.get());
|
||||
|
||||
viewer.realize();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user