bevy/crates/bevy_ecs/src/query
Martín Maita eff632dac8 Replace World::read_change_ticks with World::change_ticks within bevy_ecs crate (#6816)
# Objective

- Fixes #6812.

## Solution

- Replaced `World::read_change_ticks` with `World::change_ticks` within `bevy_ecs` crate in places where `World` references were mutable.

---
2022-12-05 22:49:05 +00:00
..
access.rs Fix FilteredAccessSet get_conflicts inconsistency (#5105) 2022-11-16 11:05:48 +00:00
fetch.rs Split Component Ticks (#6547) 2022-11-21 12:59:09 +00:00
filter.rs Split Component Ticks (#6547) 2022-11-21 12:59:09 +00:00
iter.rs Document and lock down types in bevy_ecs::archetype (#6742) 2022-11-28 13:54:12 +00:00
mod.rs Fix size_hint for partially consumed QueryIter and QueryCombinationIter (#5214) 2022-11-21 12:37:31 +00:00
state.rs Replace World::read_change_ticks with World::change_ticks within bevy_ecs crate (#6816) 2022-12-05 22:49:05 +00:00