This commit is contained in:
Yasuhiro Matsumoto
2023-08-24 21:46:05 +09:00
parent d613e6323f
commit 0419fbda02

View File

@@ -21,7 +21,7 @@ func DisplayProgressBar(current, total *int) {
width = 100
}
for true {
for {
progress := int(float64(*current) / float64(*total) * float64(width))
// バーの描画