fixed groups with _ret

This commit is contained in:
2025-03-10 18:43:26 +01:00
committed by Louis Heredero
parent dfb980e366
commit e57e617bb9
2 changed files with 10 additions and 3 deletions

View File

@@ -36,6 +36,9 @@
max-i = calc.max(max-i, i1)
}
}
if max-i < min-i {
(min-i, max-i) = (max-i, min-i)
}
return (min-i, max-i)
}