Skip to content

Commit c842228

Browse files
committed
I missed a del_bgpic in reset()
1 parent c6a5bca commit c842228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_turtle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -953,7 +953,7 @@ def reset(self):
953953
Delete the turtle's drawings from the screen, re-center the turtle
954954
and set variables to the default values."""
955955
self.changeturtle()
956-
self.del_bgpic()
956+
self.bgpic("nopic")
957957
self.bgcolor(Color.BLACK)
958958
self.clear()
959959
self.penup()

0 commit comments

Comments
 (0)