Fix bugs in /mca

This commit is contained in:
Tnze
2021-12-27 00:26:30 +08:00
parent 7702bc10df
commit e457d29f28
2 changed files with 13 additions and 13 deletions

View File

@ -127,7 +127,7 @@ func main() {
log.Printf("Read sector (%d.%d) error: %v", x, z, err)
}
wg.Add(1)
c <- task{data: data, pos: [2]int{z, x}}
c <- task{data: data, pos: [2]int{x, z}}
}
}
close(c)