Skip to content

Commit 21c1e15

Browse files
committed
Update determinism hash
1 parent 28e64f3 commit 21c1e15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/determinism_2d.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ fn cross_platform_determinism_2d() {
6060
let hash = compute_hash(app.world(), query);
6161

6262
// Update this value if simulation behavior changes.
63-
let expected = 0x8111821f;
63+
let expected = 0x2696dd94;
6464

6565
assert!(
6666
hash == expected,

0 commit comments

Comments
 (0)