Skip to main content
fixed typos, added code markdown
Source Link
Pikalek
  • 13.4k
  • 5
  • 49
  • 54

I found athe problem. I forgot to limit the frame rate, after setFramerateLimit(60)adding: setFramerateLimit(60) it all works fine.

I found a problem. I forgot to limit the frame rate, after setFramerateLimit(60) all works fine.

I found the problem. I forgot to limit the frame rate, after adding: setFramerateLimit(60) it all works fine.

Source Link

I found a problem. I forgot to limit the frame rate, after setFramerateLimit(60) all works fine.