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

Invalidate previous physics result on instance change #2086

Merged

Conversation

GoldenStack
Copy link
Contributor

@GoldenStack GoldenStack commented Apr 6, 2024

Using previous physics results after an instance change results in an exception because additional calculations use the cached position, which throws an error if the position is unloaded.

Fixes #2083.

Minimal reproducer (thanks snavy): https://github.com/bbSnavy/minestom_test

@iam4722202468 iam4722202468 merged commit 97b7f61 into Minestom:master Apr 6, 2024
3 checks passed
@GoldenStack GoldenStack deleted the physics-cache-invalidation branch April 7, 2024 16:52
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.

None yet

2 participants