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
Fix entity reservation on 32-bit platforms (#21401)
# Objective
- Casting `u32::MAX` to `IdCursor` on platforms such as GBA results in
-1.
## Solution
- I replaced with `IdCursor::MAX` and made the panic less cryptic.
## Testing
- I porting https://github.com/bushrat011899/bevy_mod_gba to 0.17 and
this change fixes the breakout example.
0 commit comments