[ja] apply patch

This commit is contained in:
Shin Kojima
2013-12-26 01:01:27 +09:00
parent 34b1ddf1e2
commit 3b947f5670

View File

@@ -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
}
}