how to avoid draw() function delay before starting a new cycle?

I'm trying some tests with an analog clock using only the draw() function, by setting frameRate(1). Unfortunately, it seems that after each cycle, draw() functions causes a little wait before starting a new cycle. How can I solve this problem?

Answers

Sign In or Register to comment.