Clean osu!

This commit is contained in:
2019-03-18 23:09:00 +01:00
parent a78f9bd216
commit 2c17b7ba1d

View File

@@ -59,7 +59,6 @@ def main(c: tk.Canvas):
# Loop
def loop(deltatime: float, difficulty: float):
global tick, circle
print(difficulty)
# Step
if tick >= STEP_TICK: