chore: remove equality from boolean expression
Signed-off-by: Michael Pollind <mpollind@gmail.com>
This commit is contained in:
@@ -166,7 +166,7 @@ namespace LmbrCentral
|
||||
return intersection;
|
||||
}
|
||||
|
||||
const bool intersection = AZ::Intersect::IntersectRayObb(src, dir, m_intersectionDataCache.m_obb, distance) > 0;
|
||||
const bool intersection = AZ::Intersect::IntersectRayObb(src, dir, m_intersectionDataCache.m_obb, distance);
|
||||
return intersection;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user