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

Fix EF_SPINNING not working for weapons lacking a stand model #1365

Merged
merged 3 commits into from
May 14, 2024

Conversation

Aciz
Copy link
Member

@Aciz Aciz commented May 13, 2024

AnglesToAxis call was made before checking for EF_SPINNING, so angles/axis were never updated correctly.

fixes #1247

@Aciz Aciz added the Bug Something isn't working right. label May 13, 2024
The code was in fact just ordered wrong, scaling and angles to axis was done before the spinning angles were set
@Aciz Aciz added this pull request to the merge queue May 14, 2024
Merged via the queue into etjump:master with commit fd9d05a May 14, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working right.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EF_SPINNING does not work for all items
1 participant