Fix another comment
This commit is contained in:
@@ -32,7 +32,7 @@ open class HistoryHelper(protected val history: List<List<Game>>, scoresGetter:
|
|||||||
}).toSet()
|
}).toSet()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Returns the number of games played as white
|
// Returns the number of games played as white minus the number of games played as black
|
||||||
// Only count games without handicap
|
// Only count games without handicap
|
||||||
private val colorBalance: Map<ID, Int> by lazy {
|
private val colorBalance: Map<ID, Int> by lazy {
|
||||||
history.flatten().filter { game ->
|
history.flatten().filter { game ->
|
||||||
|
Reference in New Issue
Block a user