Skip to content

Commit

Permalink
Update Interpolate.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
lookfwd authored Dec 1, 2023
1 parent f698068 commit c0343b4
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 c0343b4

Please sign in to comment.