Skip to content

Commit

Permalink
Update CUBE variables
Browse files Browse the repository at this point in the history
  • Loading branch information
senorbeast committed Mar 3, 2022
1 parent 2b10daa commit 2aca207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CubeD/CubeThree/CUBE.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default class CUBE {
// @ts-ignore
#mesh = []; // just add "default"
// @ts-ignore
#current_state = string ;
#current_state = [] ;
// @ts-ignore
#core = [];
constructor(
Expand Down

0 comments on commit 2aca207

Please sign in to comment.