On 22-Nov-99 Brian Paul wrote:
> I think I spotted another bug immediately afterward.
> 
> I believe this:
>              ctx->Enabled &= ENABLE_LIGHT;
> should be:
>              ctx->Enabled &= ~ENABLE_LIGHT;
> 
> Right, Keith?

Whoo. Pretty obvious ;-)

Can you please check in both bugfixes?

Andree



_______________________________________________
Mesa-dev maillist  -  [EMAIL PROTECTED]
http://lists.mesa3d.org/mailman/listinfo/mesa-dev

Reply via email to