1
0
Fork 0
mirror of https://git.coom.tech/drummyfish/raycastlib.git synced 2024-11-21 20:29:59 +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) CORRECT(X,y)
#endif #endif // RCL_RECTILINEAR
} }
else else
{ {
@ -868,8 +868,7 @@ void RCL_castRayMultiHit(RCL_Ray ray, RCL_ArrayFunction arrayFunc,
#undef CORRECT #undef CORRECT
// ^ / 4 is here to prevent overflow #endif // RCL_RECTILINEAR
#endif
} }
#if !RCL_RECTILINEAR #if !RCL_RECTILINEAR