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