Commit c981ecd
authored
Do not use FixedUpdate on breakout (#23709)
# Objective
The aim is to simplify the example somewhat. This also removes the
jitter that some experience when running the example.
Fixes #14239
Fixes #2349
## Solution
Use `Update` instead of `FixedUpdate` schedule.
## Testing
```sh
cargo run --example breakout
```
and
```sh
cargo run --features bevy_debug_stepping --example breakout
```1 parent 8f251ff commit c981ecd
1 file changed
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | | - | |
66 | | - | |
| 64 | + | |
| 65 | + | |
67 | 66 | | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
0 commit comments