Skip to content

Commit

Permalink
spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
HailSanta authored and HailSanta committed Mar 24, 2024
1 parent 0a5682b commit 7229808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/77480.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ HitID player_raycast_below(f32 yaw, f32 diameter, f32* outX, f32* outY, f32* out
ret = hitID;
}

//@bug duplicate test -- same as first one. should be +/-?
// @bug duplicate test -- same as first one. should be +/-?
x = inputX + cosTemp;
y = inputY;
z = inputZ + sinTemp;
Expand All @@ -143,7 +143,7 @@ HitID player_raycast_below(f32 yaw, f32 diameter, f32* outX, f32* outY, f32* out
ret = hitID;
}

//@bug duplicate test -- same as second one. should be -/+?
// @bug duplicate test -- same as second one. should be -/+?
x = inputX - cosTemp;
y = inputY;
z = inputZ - sinTemp;
Expand Down

0 comments on commit 7229808

Please sign in to comment.