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

Space.damping property using set_gravity #1

Closed
viblo opened this issue Oct 4, 2013 · 1 comment
Closed

Space.damping property using set_gravity #1

viblo opened this issue Oct 4, 2013 · 1 comment

Comments

@viblo
Copy link
Owner

viblo commented Oct 4, 2013

From gerald.k...@gmail.com on March 09, 2008 08:57:48

def set_damping(self, damping):
self._space.contents.damping = damping
def get_damping(self):
return self._space.contents.damping
damping = property(get_damping, set_gravity)

Original issue: http://code.google.com/p/pymunk/issues/detail?id=1

@viblo
Copy link
Owner Author

viblo commented Oct 4, 2013

From vb%viblo...@gtempaccount.com on April 05, 2008 04:56:09

Fixed in rev 96.

Status: Fixed
Owner: v...@viblo.se

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant