Skip to content

Commit cc6ee9e

Browse files
committed
Refactoring.
1 parent 709e861 commit cc6ee9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/Terminal.Match3/TerminalItemSwapper.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public async UniTask SwapItemsAsync(ITerminalGridSlot gridSlot1, ITerminalGridSl
2727
gridSlot2.SetItem(item1);
2828

2929
_gameBoardRenderer.RedrawGameBoard();
30+
3031
await Task.Delay(SwapDelay, cancellationToken);
3132
}
3233
}

0 commit comments

Comments
 (0)