Fix bug (#2638)
This commit is contained in:
parent
4a00c13b33
commit
40735ce76b
|
@ -110,7 +110,7 @@ export default class Reversi {
|
||||||
* 白石の数
|
* 白石の数
|
||||||
*/
|
*/
|
||||||
public get whiteCount() {
|
public get whiteCount() {
|
||||||
return count(BLACK, this.board);
|
return count(WHITE, this.board);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue