Skip to content

Commit 5ceed89

Browse files
committed
Amend typing in SpriteList.draw signature
1 parent 92c4ea6 commit 5ceed89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arcade/sprite_list/sprite_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,7 +1054,7 @@ def initialize(self):
10541054
"""
10551055
self._init_deferred()
10561056

1057-
def draw(self, *, filter: Optional = None, pixelated: bool = None, blend_function: Optional = None):
1057+
def draw(self, *, filter: Optional = None, pixelated: bool = False, blend_function: Optional[int] = None):
10581058
"""
10591059
Draw this SpriteList into the current OpenGL context.
10601060

0 commit comments

Comments
 (0)