Skip to content

Commit

Permalink
Use Point2List
Browse files Browse the repository at this point in the history
  • Loading branch information
pushfoo committed Jul 19, 2024
1 parent f9477fd commit 6c6fce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arcade/draw/rect.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def draw_rect_outline(
o_top = top + HALF_BORDER

# Declared separately because the code below seems to break mypy
point_list: PointList
point_list: Point2List

# This is intentionally unrolled to minimize repacking tuples
if tilt_angle == 0:
Expand Down

0 comments on commit 6c6fce4

Please sign in to comment.