pygame-ce icon indicating copy to clipboard operation
pygame-ce copied to clipboard

Fix `pygame.sprite.Group.has()` behavior for no sprites given

Open aatle opened this issue 7 months ago • 4 comments

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.

aatle avatar Jul 16 '24 01:07 aatle