Skip to content

Commit ee857d8

Browse files
author
RUBIUS\chebanovdd
committed
Refactoring.
1 parent 73172f3 commit ee857d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/Unity.Match3/Assets/Scripts/FillStrategies/FallDownFillStrategy.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ public override IEnumerable<IJob> GetSolveJobs(IGameBoard<IUnityGridSlot> gameBo
5555
}
5656
}
5757

58+
solvedGridSlots.Clear();
5859
jobs.Add(new ItemsHideJob(itemsToHide));
5960
jobs.AddRange(GetFillJobs(gameBoard, 1));
6061

0 commit comments

Comments
 (0)