mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
Fix bug (#2638)
This commit is contained in:
parent
4a00c13b33
commit
40735ce76b
@ -110,7 +110,7 @@ export default class Reversi {
|
||||
* 白石の数
|
||||
*/
|
||||
public get whiteCount() {
|
||||
return count(BLACK, this.board);
|
||||
return count(WHITE, this.board);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user