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

Keep times of animated sprites in sync #2177

Merged
merged 1 commit into from
Dec 4, 2023

Conversation

embeddedt
Copy link
Contributor

This PR largely fixes #1479, it is just a modernized version of FlashyReese@68b0e0d.

Note: there is still a minor issue where since the sprite is not uploaded again till the start of the next frame, it might be desynced from other animated sprites on the initial frame where it becomes active. Addressing this would probably be more complex and so I deemed it out of scope of the PR.

@IMS212 IMS212 merged commit cf1e76b into CaffeineMC:dev Dec 4, 2023
1 check passed
@embeddedt embeddedt deleted the fix/animated-sprite-sync branch December 4, 2023 19:41
IMS212 added a commit to IMS212/sodium-fabric that referenced this pull request Aug 6, 2024
…-sync

Keep times of animated sprites in sync
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.

Animated textures can de-sync with Animate Only Visible Textures enabled
2 participants