delta = true → frame time is measured and used for delta time
delta = false → frame time is a fixed value
if the frame per second is low, delta time will be high and this will have an influence on the physics.
Setting it to false will make physics computation independent of the framerate.