Skip to content

Two simple bugfixes (GUI & Scanning)#7

Open
ashley-graves wants to merge 1 commit intoxCuri0:1.12.2from
ashley-graves:1.12.2
Open

Two simple bugfixes (GUI & Scanning)#7
ashley-graves wants to merge 1 commit intoxCuri0:1.12.2from
ashley-graves:1.12.2

Conversation

@ashley-graves
Copy link

Fix so erroring doesn't cancel the entire scan
Delta is no longer calculated while in a GUI.

Fix so erroring doesn't cancel the entire scan
Delta is no longer calculated while in a GUI.
}
}
// check if mouse is moving
if (px < -eps || px > eps || py < -eps || py > eps) {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if (Math.abs(px) > eps || Math.abs(y) > eps)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments