mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-02 20:13:50 +08:00
All current tests need floatRange
This commit is contained in:
committed by
Lukas Klingsbo
parent
65f3828b23
commit
39f6e06abb
@ -25,7 +25,7 @@ void effectTest(
|
||||
Vector2 expectedSize,
|
||||
// Only use when checking a value that is not in
|
||||
// the start, end or peak of an iteration
|
||||
double floatRange = 0.0,
|
||||
double floatRange = 0.000001,
|
||||
}) async {
|
||||
expectedPosition ??= Vector2.zero();
|
||||
expectedSize ??= Vector2.all(100.0);
|
||||
|
||||
Reference in New Issue
Block a user