You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Otherwise creation with index = 1 and generation = 1 looks like this:
```rust
let expected_entity = Entity::from_bits((1 ^ u32::MAX) as u64 | (1 << 32));
```
I also removed outdated comment which left untouched after the
generation rework (bevyengine#19121)
0 commit comments