Skip to content

Commit

Permalink
Update Game.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 committed Jun 27, 2021
1 parent 93c6f5a commit 9062fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Game.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export const GameComponent = () => {
replay = parseReplayData(replay);
loadGame(replay);
}
loadGame(debug_replay);
// loadGame(debug_replay);
}, []);

/** when replay data is changed, create new game */
Expand Down

0 comments on commit 9062fa2

Please sign in to comment.