Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Two simple bugfixes (GUI & Scanning) #7

Open
wants to merge 1 commit into
base: 1.12.2
Choose a base branch
from

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