Skip to content

Commit 3b3fcfb

Browse files
committed
Fix ellipse test
1 parent 2ba5ecb commit 3b3fcfb

File tree

1 file changed

+1
-1
lines changed
  • crates/bevy_math/src/primitives

1 file changed

+1
-1
lines changed

crates/bevy_math/src/primitives/dim2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@ mod tests {
646646

647647
#[test]
648648
fn ellipse_math() {
649-
let ellipse = Ellipse::new(6.0, 2.0);
649+
let ellipse = Ellipse::new(3.0, 1.0);
650650
assert_eq!(ellipse.area(), 9.424778, "incorrect area");
651651
}
652652

0 commit comments

Comments
 (0)