minor refactor + 4 spaces indentation

This commit is contained in:
MihailRis
2024-03-13 19:21:40 +03:00
parent 5bc79c8a77
commit 4d70138b24
8 changed files with 381 additions and 325 deletions
+1 -1
View File
@@ -255,4 +255,4 @@ RayRelation Ray::intersectAABBFaces(
if (isIntersect) return RayRelation::Intersect;
return RayRelation::None;
}
}