-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Fix cursor trail detaching from cursor when adjusting cursor scale #35802
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
Conversation
- Revert changes to CursorTrail.cs made during 79bfe78
- Add CursorScale property to CursorTrail and adjust for scaling
|
These changes should fix the cursor trail disappearing on skin change |
|
Implemented those change and it seems to be working as expected now. I've also simplified the test for it. |
|
I've noticed another issue. The skin cursor trail still shows the old one during the pause menu.
I'm not sure how to feel about forcing a texture update in the case that we switch between a legacy skin and a non-legacy skin. And at the same time, I feel like the PR is moving far from what it was intending to fix. |
Out of scope, tracked separately at #7285. |
First PR.
Would fix #35734
I'm not sure if the tests are sufficient