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

Re: [pygame] 100% CPU FAQ



> ...We'll port it to C.
>
> while 1{};

I think you mean:
while(1) {};  // c has parentheses!

:)