Skip to content

Commit

Permalink
should this inherit from Sprite here?
Browse files Browse the repository at this point in the history
  • Loading branch information
JovialKnoll committed Dec 6, 2024
1 parent a52fa17 commit a822109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildconfig/stubs/pygame/sprite.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class Sprite(_SupportsSprite):
def groups(self) -> list[_Group]: ...

# concrete dirty sprite implementation class
class DirtySprite(_SupportsDirtySprite):
class DirtySprite(Sprite, _SupportsDirtySprite):
dirty: int
blendmode: int
visible: int
Expand Down

0 comments on commit a822109

Please sign in to comment.