Constant bevy_ecs::change_detection::MAX_CHANGE_AGE
source · pub const MAX_CHANGE_AGE: u32 = _; // 3_258_167_296u32
Expand description
The maximum change tick difference that won’t overflow before the next check_tick
scan.
Changes stop being detected once they become this old.