wtf unicode dash
This commit is contained in:
parent
289de08efb
commit
20b82e0967
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));
|
||||
|
||||
// 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)));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue