Commit ab7ec4e
authored
LimbPath.cpp - fix debug line drawing
Debug draws in LimbPath.cpp don't take use the `targetPos` function argument and end up rendering wrong.
If only there was a compiler setting or something to find unused function arguments... :v1 parent 07bb70b commit ab7ec4e
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
521 | | - | |
| 520 | + | |
| 521 | + | |
522 | 522 | | |
523 | 523 | | |
524 | 524 | | |
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| 531 | + | |
0 commit comments