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

Re: [pygame] Flood Fill



Even with pattern fills that check is needed. The program will lock up
without the check. I just proved it to myself by locking it up without
the check. With the check I can't lock it up. At first I thought that
it was not needed too, but it is.

Seems to me that if it can be done faster with one command than the
other that the slow command could be sped up. Can't prove it but it
seems logical.