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

Fixed snapshots not storing the correct gravity/damping #858

Merged
merged 1 commit into from
May 18, 2024

Conversation

mihe
Copy link
Contributor

@mihe mihe commented May 18, 2024

As a result of #765 and #828 the snapshots were a bit broken, due to gravity scale and damping on the Jolt body effectively always being 0.

This fixes that, by copying over the correct values from our custom integration.

@mihe mihe added bug Something that isn't working as intended topic:runtime Concerning runtime behavior (or its source code) labels May 18, 2024
@mihe mihe added the regression Something that used to work but now doesn't label May 18, 2024
@mihe mihe merged commit 8ba313a into godot-jolt:master May 18, 2024
182 checks passed
@mihe mihe deleted the snapshot-fix branch May 18, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that isn't working as intended regression Something that used to work but now doesn't topic:runtime Concerning runtime behavior (or its source code)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant