pull/110/head
Allison Ryan 4 years ago
parent 75291ae260
commit 0a24725878

@ -114,9 +114,9 @@ void main() {
Vector2(0, 0), Vector2(0, 0),
Vector2(10, 10), Vector2(10, 10),
], ],
step: 0.01, step: 0.02,
); );
expect(points.length, 100); expect(points.length, 50);
}); });
}); });

Loading…
Cancel
Save