suppress some warnings
This commit is contained in:
@@ -42,7 +42,6 @@ TEST_CASE("RaySphereIntersection")
|
||||
// this returns just closest point
|
||||
if (auto opt = ray.IntersectSphere(Vector3f(0), 1))
|
||||
{
|
||||
opt->GetDistance();
|
||||
REQUIRE(opt.value() == h1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user