I recently tried to play Wolfenstein New Order, I realized that unlocking the framerate makes the game break. why? (sorry for bad english)

  • @gliide@lemmy.fmhy.ml
    link
    fedilink
    English
    41 year ago

    It can simply engine design to not separate the concept of “game ticks” with framerate.

    You can do everything in one swoop such as calculate physics, run NPC AI code, update game state, and render the frame.