Fix osu not clearing circle on end
This commit is contained in:
@@ -52,9 +52,10 @@ SECONDARY_COLOR = color.GREEN
|
|||||||
|
|
||||||
# Main
|
# Main
|
||||||
def main(c: tk.Canvas):
|
def main(c: tk.Canvas):
|
||||||
global canvas
|
global canvas, circle
|
||||||
|
|
||||||
# Ini
|
# Ini
|
||||||
|
circle = None
|
||||||
canvas = c
|
canvas = c
|
||||||
c.bind('<Motion>', motion)
|
c.bind('<Motion>', motion)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user