frameCount stopped working for no discernable reason

Has anyone else noticed this and found a solution?

Hi,

I think you have to give us a little more to go on… :blush: Can you provide a minimal code example where frameCount is not working as you expect?

1 Like

console.log(frameCount) returns 0 consistently. I wish there was more…

I’m using an asynchronous GUI function that circumvented the draw() loop so frameCount was not firing. I’ll leave this here in case it’s of any use.

1 Like