Thanks Johannes, fix now merged and submitted to svn/trunk.
On 24 August 2012 08:33, Johannes Scholz <[email protected]> wrote: > Hi, > > ok, got it. Posting fix to osgSubmission. > > Actually only the "std::showbase" and "std::noshowbase" where missing in the > osgDB::PropByValSerializer > > > Code: > if ( _useHex ) os << std::hex << std::showbase; > os << value; > if ( _useHex ) os << std::dec << std::noshowbase; > > > > > Thank you! > > Cheers, > Johannes[/code] > > ------------------------ > --- > Johannes Scholz > Software Engineer > P3 Voith Aerospace GmbH, Bremen, Germany > > ------------------ > Read this topic online here: > http://forum.openscenegraph.org/viewtopic.php?p=49487#49487 > > > > > > _______________________________________________ > osg-users mailing list > [email protected] > http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

