Skip to content

Commit

Permalink
Remove old-code comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hakuzumon committed Jul 2, 2024
1 parent 6436910 commit b8f586d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Tetris.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ export default function(props: TetrisProps) {
let moveX = initialLoc.x;

// input
// let activeAction: PlayerAction | undefined = undefined;

// As a stack, only the last on has effect. But it "remembers" keys hold down.
let actionStack: PlayerAction[] = [];
Expand Down

0 comments on commit b8f586d

Please sign in to comment.