Hi all This change introduce a crash during static_cast from osg::XXX to ive::XXX (to reproduce it simply try to output an image osgDB::WriteImageFile(*im,"output.ive") ) It seams removal of all pure virtual methods of the base class ReadWrite fix the bug (I assume removing multiple inheritance on all ive::XXX would be cleaner)
Ralf Habacker wrote: > Am 27.05.2016 um 12:03 schrieb Robert Osfield: > > > Hi Ralf, > > > > I have now merged the change. I checked it in with the address you've > > been using checking stuff in to your github fork of the OSG but it > > turns out that github didn't recognise this. I then merged your > > change that added a break and used your and > > this worked fine. > > > Thanks for this pointer, I will change the remaining commit authors. > > Ralf > > _______________________________________________ > osg-submissions mailing list > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > > ------------------ > Post generated by Mail2Forum ------------------ Read this topic online here: http://forum.openscenegraph.org/viewtopic.php?p=67283#67283 _______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
