Skip to content

1.32.0

  • 1.32.0
  • 575526d
  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
  • Choose a tag to compare

  • 1.32.0
  • 575526d
  • Choose a tag to compare

  • Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
@zeyus zeyus tagged this 28 Aug 21:04
In the initial implementation of the `transform2dRoundTripUncertainty` I
tried to approximately figure out how many ops happen in the round trip
transform, but it was just an educated guess. Just bumping it by 1 makes
the test pass with the given seed `2021996283`,

This also adds a helper to run tests with a specific random seed without
modifying the tests, e.g. for this one:
`flutter test --dart-define=RANDOM_SEED=2021996283
packages/flame/test/game/transform2d_test.dart`

And for other tests:
`RANDOM_SEED=2021996283 melos test:seeded`
Assets 2
Loading