Skip to content

Commit

Permalink
found the typo ermergerddd 🥹
Browse files Browse the repository at this point in the history
  • Loading branch information
vberthiaume committed Jan 8, 2025
1 parent a6e9134 commit 19cd5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/puara/descriptors/touch.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class TouchFeature
integrate(movement * .15);
}
//large movement, so integrate 0?
else if(std::abs(value) > 1)
else if(std::abs(movement) > 1)
{
// if(integrateWithZero())
integrate(0);
Expand Down

0 comments on commit 19cd5e0

Please sign in to comment.