-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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 friction being in the correct if/else branch #84028
Conversation
f8cd3da
to
7bd56b1
Compare
7bd56b1
to
bdbd13e
Compare
Done! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, i double checked the math and it seems to line up with the old damping.
Tested locally and it seems fine to me. I'm not really knowledgeable enough to say if it is correct or not.
I left one little nitpick to clean the code up a bit and reuse the v
variable since we have it calculated anyway
bdbd13e
to
99692be
Compare
Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
99692be
to
8f2a2ec
Compare
Updated |
Thanks! |
Closes #84009
Sorry for the regression