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

Fix a comment

This commit is contained in:
Miloslav Číž 2018-09-23 22:00:34 +02:00
parent 7afd833980
commit b36a9dabfd

View file

@ -1004,7 +1004,7 @@ static inline int16_t _RCL_drawHorizontal(
int16_t limit = RCL_clamp(yTo,limit1,limit2);
if (computeDepth) // branch early before critical function
if (computeDepth) // branch early before critical loop
{
pixelInfo->depth += RCL_absVal(verticalOffset) *
RCL_VERTICAL_DEPTH_MULTIPLY;