[Odejava] quickStep and step size

Is there a difference in doing:

World.setStepSize(tpf)
World.quickStep()

To:
World.quickStep(tpf)

?

I don’t think so!

Ok, thanks.