Thanks Marcin, fix merged and submitted to svn/trunk.

On 5 June 2013 14:01,  <[email protected]> wrote:
> Robert,
> I don't know if you seen my second reply to your information about merging
> my Image and dds plugin changes. I found one problem in your latest submit.
> In ReaderWriterDDS::ComputeImageSizeInBytes pixelFormat and pixelType are
> not passed into osg::Image::computeImageSizeInBytes.
>
> It's
> return osg::Image::computeImageSizeInBytes(width, height, depth, packing,
> slice_packing, image_packing);
> but I think it should be
> return osg::Image::computeImageSizeInBytes(width, height, depth,
> pixelFormat, pixelType, packing, slice_packing, image_packing);
>
> Fixed file is attached.
> Thanks,
> MArcin PRus
>
> _______________________________________________
> osg-submissions mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
>
_______________________________________________
osg-submissions mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org

Reply via email to