Skip to content

Commit

Permalink
Merge pull request #2 from meltoner/lookfwd-patch-1
Browse files Browse the repository at this point in the history
Update Interpolate.cpp
  • Loading branch information
meltoner authored Dec 1, 2023
2 parents f698068 + c0343b4 commit ecad0c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ int Interpolate::interpolate(float input, int index){
}

int Interpolate::interpolate(float input){
interpolate(input, findInputIndex(input));
return interpolate(input, findInputIndex(input));
}

0 comments on commit ecad0c5

Please sign in to comment.