s-yadav/patternLock

[Bug] in version 2.0.1 Class n (north) is not added

tmirun opened this issue · 0 comments

Hi guy, i detect a little bug:

Direction Class n (north) is not added
image

I detect problem, is this conditional:

} else if (curPos.j - lastPos.j > 0) {

should be

} else if (curPos.j - lastPos.j < 0) {