mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 07:04:33 +00:00
e579622a65
# Objective Resolve possible ambiguity detection panic between `time_system` and `event_update_system`. Fixes #14524 ## Solution Sets `.ambiguous_with(event_update_system)` on `time_system`. This is slightly new territory for me, so please treat with scepticism. ## Testing As described in the issue, added ``` .configure_schedules(ScheduleBuildSettings { ambiguity_detection: LogLevel::Error, ..default() }) ``` to the `time` example and ran it. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |