fix hard drop game over

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-11 13:28:41 +01:00
parent 1aca4ae7da
commit f6e15a81d8
@@ -276,6 +276,7 @@
this._spawnNewPiece();
this.canStore = true;
this.accumulator = 0;
if (!this._canSpawn()) this._gameOver();
}
_rotatePiece(direction) {