Hi everyone,
i was wondering how often the update()-function gets called? Is it every (m)s or so?
thanks in advance,
zaub9r
Hi everyone,
i was wondering how often the update()-function gets called? Is it every (m)s or so?
thanks in advance,
zaub9r
It gets called at screen refresh rate, usually 60 times per second. After the updated function, the draw function is called.
thank you very mutch.