1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/raycastlib.git synced 2024-11-20 20:19:57 +01:00

Remove a line

This commit is contained in:
Miloslav Číž 2020-10-10 15:23:51 +02:00
parent b505669206
commit f17d441c46

View file

@ -844,7 +844,7 @@ void RCL_castRayMultiHit(RCL_Ray ray, RCL_ArrayFunction arrayFunc,
CORRECT(X,y)
#endif
#endif // RCL_RECTILINEAR
}
else
{
@ -868,8 +868,7 @@ void RCL_castRayMultiHit(RCL_Ray ray, RCL_ArrayFunction arrayFunc,
#undef CORRECT
// ^ / 4 is here to prevent overflow
#endif
#endif // RCL_RECTILINEAR
}
#if !RCL_RECTILINEAR