Fixed Bomb Spawning

This commit is contained in:
2025-12-19 17:18:18 +08:00
parent 73db75d40a
commit e2409106d4
4 changed files with 20 additions and 35 deletions

View File

@@ -296,8 +296,7 @@ namespace Services {
if (initialBombs.Count > 0) {
await this.bombService.DetonateChainAsync(
initialBombs,
DestroyAtAsync,
this.gameBoard);
DestroyAtAsync);
foreach (Vector2Int p in matchPositions)
await DestroyAtAsync(p);