UnitedLexCorp / SimpleTalk

An implementation of HyperTalk in Ohm-js
Apache License 2.0
7 stars 1 forks source link

[bugfix] Fix hand position smoothing computation #186

Closed ApproximateIdentity closed 3 years ago

ApproximateIdentity commented 3 years ago

A bug as introduced in commit 6c09655e which introduced hand smoothing computations. I have no clue how this happened since I had previously tested this and used it. The only explanation is that I screwed up a merge or something and didn't realize that my change messed things up and then just stopped looking at the hand stuff for a while.

Anyway the fix is tiny and trivial so there's that...