Skip to content

Conversation

@eternalStudent
Copy link
Contributor

When i starts with 0, t is also 0, which results in previous == startPos == current, this segment is not only redundant, but it also causes division-by-zero since sqrtf(dx*dx + dy*dy) is zero.

When `i` starts with `0`, `t` is also `0`, which results in `previous == startPos == current`, this segment is not only redundant, but it also causes division-by-zero since `sqrtf(dx*dx + dy*dy)` is zero.
@raysan5 raysan5 merged commit 8f741d8 into raysan5:master Apr 9, 2023
@raysan5
Copy link
Owner

raysan5 commented Apr 9, 2023

@eternalStudent thanks for the review! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants