forked from FoundKeyGang/FoundKey
Fix bug (#2638)
This commit is contained in:
parent
4a00c13b33
commit
40735ce76b
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export default class Reversi {
|
|||
* 白石の数
|
||||
*/
|
||||
public get whiteCount() {
|
||||
return count(BLACK, this.board);
|
||||
return count(WHITE, this.board);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue