Skip to content

py,st3m: ScrollController: Call physics with fixed time steps

dos requested to merge sc into main

_physics_step behaves non-linearly. Instead of trying to fix it in complex ways, simply call it with a fixed time step as many times as necessary, making its behaviour deterministic regardless of delta_ms values.

Merge request reports