Delta time is wrong (SOLVED)

There’s a variable_dt option in game.project. If the value is unchecked the dt will always be 1/60, not matter how fast or slow your frames are. If the variable_dt is checked the dt value passed to update will reflect actual frame time and a frame that takes longer to complete will have a dt larger than 1/60.

1 Like