Jump to content

FPS - Timing


andreaszdw
 Share

Recommended Posts

Physics is calculated in several distinct phases during each frame; preUpdate is where the calculations happen and postUpdate is where they're applied to the sprites. In order to understand the execution order and where to change things it requires a bit of research and looking through the code, though it's all well laid out and the actual separation code isn't that complex, so it's well worth doing.

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...