mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
This allows you to see how many more steps it would have taken for the harness to settle. Useful to see if you're in a infinite repaint loop or just need a `harness.run_steps(3)` to give it some more frames to settle. Should make it easier to make the default step count tighter, which should make tests faster.