Closed aleksa2808 closed 8 months ago
Thanks! If someone wants to add a test for this, we could perhaps look into using the insta
for snapshot testing of bevy_ggrs snapshot checksum values, and run test on two different architectures.
Or just hardcode the checksum value in the test I guess, they're not that long...
This PR fixes checksum portability across different architectures by:
usize
withu64
in places where these numbers were hashed.AHash
hasher to the portableseahash
hasher.Fixes https://github.com/gschup/bevy_ggrs/issues/98.