Skip to content
Snippets Groups Projects
Commit 40735ce7 authored by Aya Morisawa's avatar Aya Morisawa Committed by syuilo
Browse files

Fix bug (#2638)

parent 4a00c13b
No related branches found
No related tags found
No related merge requests found
......@@ -110,7 +110,7 @@ export default class Reversi {
* 白石の数
*/
public get whiteCount() {
return count(BLACK, this.board);
return count(WHITE, this.board);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment