mirror of
https://github.com/bevyengine/bevy.git
synced 2026-05-06 06:06:42 -04:00
c981ecd53b
# 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 ```