bevy/crates/bevy_time/src
Zachary Harrold c7ddec571d
Fix Time (#17504)
# Objective

- Fix issue @mockersf identified with `example-showcase` where time was
not being received correctly from the render world.

## Solution

- Refactored to ensure `TimeReceiver` is always cleared even if it isn't
being used in the main world.

## Testing

- `cargo run -p example-showcase -- --page 1 --per-page 1 run
--screenshot-frame 200 --fixed-frame-time 0.0125 --stop-frame 450
--in-ci --show-logs`
2025-01-23 02:44:16 +00:00
..
common_conditions.rs Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
fixed.rs Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
lib.rs Fix Time (#17504) 2025-01-23 02:44:16 +00:00
real.rs Create bevy_platform_support Crate (#17250) 2025-01-20 20:45:30 +00:00
stopwatch.rs Remove everything except Instant from bevy_utils::time (#17158) 2025-01-05 20:36:08 +00:00
time.rs Move Resource trait to its own file (#17469) 2025-01-21 19:47:08 +00:00
timer.rs bevy_time: Apply #![deny(clippy::allow_attributes, clippy::allow_attributes_without_reason)] (#17210) 2025-01-09 06:29:42 +00:00
virt.rs Add no_std Support to bevy_time (#17491) 2025-01-22 20:02:43 +00:00