Parcourir la source

fix: vpu_live grid count -1 (> - >=)

micha il y a 2 ans
Parent
commit
8ac1f11043
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      vpu/vpu_live.py

+ 1 - 1
vpu/vpu_live.py

@@ -543,7 +543,7 @@ def init_grid():
         if i >= _x and i%_x == 0:
             x=0
             y+=1
-        if y > _y:
+        if y >= _y:
             break