switch properly

This commit is contained in:
2026-08-02 00:39:18 -04:00
parent 965fc59ece
commit b0f502313a
3 changed files with 3 additions and 10 deletions
+1 -2
View File
@@ -207,8 +207,7 @@ def draw_frame(matrix):
if next_x >= total_scroll_width:
scroll_x = 0
tick = 0
matrix.next_slide("fantasy")
return matrix.canvas
return None
scroll_x = next_x
return matrix.canvas