Commit 8919ad1
authored
Removed invalid ECS archetype constants (#21741)
# Objective
This is a tiny clean up to #19451 that removes some now completely
unneeded public constants.
I mean, they aren't wrong, but there's no point to their existence.
## Solution
Removed `ArchetypeRow::INVALID` and `ArchetypeId::INVALID` and extend
migration guide.1 parent a4cfc24 commit 8919ad1
File tree
2 files changed
+3
-9
lines changed- crates/bevy_ecs/src
- release-content/migration-guides
2 files changed
+3
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | 57 | | |
63 | 58 | | |
64 | 59 | | |
| |||
95 | 90 | | |
96 | 91 | | |
97 | 92 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | 93 | | |
103 | 94 | | |
104 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
65 | 68 | | |
66 | 69 | | |
67 | 70 | | |
| |||
0 commit comments