mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
85b6326970
I incorrectly assumed that moving a system from `Update` to `FixedUpdate` would simplify logic without hurting performance. But this is not the case: if there's single-threaded long computation in the `FixedUpdate`, the machine won't do anything else in parallel with it. Which might be not what users expect. So this PR adds a note. But maybe it is obvious, I don't know. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |