[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Problem in PyGame.SurfArray



On Thu, Aug 25, 2011 at 1:05 AM, Lenard Lindstrom <len-l@xxxxxxxxx> wrote:
Hi,

The behavior here was to truncate the float value into an int. But if that is what you are talking about, then I will put it back in.
From a graphics perspective, the "right" thing to do is to round the values.  However, in practice, truncation is probably sufficient (it didn't bother me).

Thanks,
Ian