don't clear

This commit is contained in:
2026-05-02 23:58:20 -04:00
parent e5f4c07c16
commit 8aaeb8a393
-3
View File
@@ -166,9 +166,6 @@ def play_goal_celebration():
draw_pil_image(canvas, frame) draw_pil_image(canvas, frame)
canvas = matrix.SwapOnVSync(canvas) canvas = matrix.SwapOnVSync(canvas)
time.sleep(0.1) time.sleep(0.1)
canvas.Clear()
canvas = matrix.SwapOnVSync(canvas)
time.sleep(0.08)
# Hold for a moment then return to scoreboard # Hold for a moment then return to scoreboard
time.sleep(0.5) time.sleep(0.5)