pygame-ce
pygame-ce copied to clipboard
Fix `pygame.sprite.Group.has()` behavior for no sprites given
Make Group.has()
return True
instead of False
when no sprites (empty list, no arguments, etc.) are given.
Closes #2993
This is potentially a breaking change. Might not get approved. See issue for discussion.