Tainted \\ Coders

Run systems in with a fixed timestep

Last updated:

Use the FixedUpdate type.

fn main() {
    App::new()
    ...
    .add_systems(FixedUpdate, fixed_update)
}