William F Pokorny <ano### [at] anonymous org> wrote:
>
> As bugs go, a relatively easy one. :-)
>
> In the file: source/base/image/targa.cpp and the function Write:
>
> bool opaque = options.AlphaIsEnabled();
>
> should be:
>
> bool opaque = !options.AlphaIsEnabled();
>
> Bill P.
That sure was a simple solution, thanks Bill.
Cheers
Ton.
Post a reply to this message
|