Fixed issue in counter
This commit is contained in:
parent
61ab9a904f
commit
57ee3f305d
@ -339,7 +339,7 @@ export class ColossusComputer {
|
|||||||
|
|
||||||
// AND each row to get final result
|
// AND each row to get final result
|
||||||
if (cnt[cPnt] === -1) {
|
if (cnt[cPnt] === -1) {
|
||||||
cnt[cPnt] = result;
|
cnt[cPnt] = (result?1:0);
|
||||||
} else if (result === 0) {
|
} else if (result === 0) {
|
||||||
cnt[cPnt] = 0;
|
cnt[cPnt] = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user