Skip to content

Commit

Permalink
chore: fix hide and show breaking physics
Browse files Browse the repository at this point in the history
  • Loading branch information
koen1711 committed Dec 27, 2024
1 parent 08ea652 commit e591e9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions play/objects/sprite.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ def show(self):
self._is_hidden = False
if self.physics:
self.physics.unpause()
self.physics._make_pymunk()

@property
def is_hidden(self):
Expand Down

0 comments on commit e591e9b

Please sign in to comment.