Fixed progress indication
Signed-off-by: merspieler <merspieler@airmail.cc>
This commit is contained in:
parent
64d96ea7c1
commit
1bc5bb39e0
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ while i < argc:
|
||||||
cs = n - s
|
cs = n - s
|
||||||
if nm == 0:
|
if nm == 0:
|
||||||
nm = 10
|
nm = 10
|
||||||
tile = ((10 - wm) % 10) * 10 + cs * cs * (nm / cs)
|
tile = (wm % 10) * 10 + cs * cs * (nm / cs)
|
||||||
|
|
||||||
|
|
||||||
rows = 0
|
rows = 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue