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:
parent
7afd833980
commit
b36a9dabfd
1 changed files with 1 additions and 1 deletions
|
@ -1004,7 +1004,7 @@ static inline int16_t _RCL_drawHorizontal(
|
||||||
|
|
||||||
int16_t limit = RCL_clamp(yTo,limit1,limit2);
|
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) *
|
pixelInfo->depth += RCL_absVal(verticalOffset) *
|
||||||
RCL_VERTICAL_DEPTH_MULTIPLY;
|
RCL_VERTICAL_DEPTH_MULTIPLY;
|
||||||
|
|
Loading…
Reference in a new issue