Merge commit 'b72131c99f20b04f4af6b9917e891e139024fb94' into ja
This commit is contained in:
@@ -160,8 +160,8 @@ method的语法如下:
|
||||
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