diff --git a/src/pong/src/state.ts b/src/pong/src/state.ts index 80381fb..baf4eb1 100644 --- a/src/pong/src/state.ts +++ b/src/pong/src/state.ts @@ -71,8 +71,8 @@ class StateI { // --- // wait for ready up - // --- - + // --- + g.gameUpdate = setInterval(() => { g.tick(); this.gameUpdate(gameId, u1.socket);