Skip to content

Commit

Permalink
Save another little bit of memory.
Browse files Browse the repository at this point in the history
  • Loading branch information
rokicki committed Mar 9, 2021
1 parent 5da8efc commit 17d6435
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/cubing/puzzle-geometry/PuzzleGeometry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1800,6 +1800,9 @@ export class PuzzleGeometry {
}
this.parsedmovelist = parsedmovelist;
}
this.facelisthash = null;
this.facecentermass = [];
this.cubiekey = [];
}

public getfaces(): number[][][] {
Expand Down

0 comments on commit 17d6435

Please sign in to comment.