On 18 June 2013 09:12, Henri Verbeet <hverb...@gmail.com> wrote:
> On 17 June 2013 22:53, Stefan Dösinger <ste...@codeweavers.com> wrote:
>> +                    if (isnan(fogstart) || isinf(fogstart) || 
>> isinf(-fogstart))
> You should only need one isinf() here, it's not supposed to care about the 
> sign.
And actually, the isnan() should never happen either, because NAN != NAN.


Reply via email to