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

Godot master 2D Physics Regression fix #41584

Merged

Conversation

TwistedTwigleg
Copy link
Contributor

This PR fixes a 2D physics bug that causes RigidBody2D nodes to spin uncontrollably when colliding. This was just a unchanged bit of code from #37350 when the order of the arguments for position and impulse were changed. With this change, 2D Physics appear to work as expected in my test project, which I have attached: RigidBody2D_Test.zip

@akien-mga akien-mga merged commit edac127 into godotengine:master Aug 29, 2020
@akien-mga
Copy link
Member

Thanks!

@TwistedTwigleg TwistedTwigleg deleted the Godot_Physics_2D_Regression_Fix branch August 30, 2020 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants