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

Guard against tracking glitches that effect painting #808

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

Conversation

andybak
Copy link
Contributor

@andybak andybak commented Dec 31, 2024

This is not a pretty fix - it basically ignores calls to PositionPointer that are exactly at the origin. This should never happen in normal uses and only affects the FreePaintTool. Scripts and other proc-gen uses bypass PositionPointer so should not be affected.

But it's still an ugly fix. Is there something we could do lower down the stack?

@mikeskydev - You're more familiar with input system and controller tracking. I think this is related to high-CPU or some other system overload scenario but I can't pin it down precisely.

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.

1 participant