allbuild commit 6c8a46d3

This commit is contained in:
Olivier Gagnon 2022-04-01 16:39:58 -04:00
parent 6c8a46d38b
commit b86ff7d405
3 changed files with 6 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -28,9 +28,9 @@ export class ActiveFragment {
this.id = -1;
this.x = -1;
this.y = -1;
this.highestCharge = -1;
this.numCharge = -1;
this.rotation = -1;
this.highestCharge = 0;
this.numCharge = 0;
this.rotation = 0;
}
}