[ja] apply patch
This commit is contained in:
@@ -160,8 +160,8 @@ methodはstructの上でしか使用されないのでしょうか?当然違
|
||||
v := 0.00
|
||||
k := Color(WHITE)
|
||||
for _, b := range bl {
|
||||
if b.Volume() > v {
|
||||
v = b.Volume()
|
||||
if bv := b.Volume(); bv > v {
|
||||
v = bv
|
||||
k = b.color
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user