wtf unicode dash
This commit is contained in:
parent
000000700e
commit
0000008083
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ mod tests {
|
||||||
|
|
||||||
let point = ray_intersection_time(&ray, &sphere).map(|t| ray.eval(t));
|
let point = ray_intersection_time(&ray, &sphere).map(|t| ray.eval(t));
|
||||||
|
|
||||||
// the intersection point in this case is (0, 0, –6)
|
// the intersection point in this case is (0, 0, -6)
|
||||||
assert_eq!(point, Some(Vec3::new(0.0, 0.0, -6.0)));
|
assert_eq!(point, Some(Vec3::new(0.0, 0.0, -6.0)));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue