SA
Skip to main content

Delta Time

  • Using Frames for updating game logic can break when different frame rates.
  • Use Delta Time for updating game logic.
position += velocity * deltaTime