Skip to content

Commit ed976c1

Browse files
committed
fix: clear selecting cell after clear blocks
1 parent 4b14ffc commit ed976c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Assets/Code/LevelEditor/LevelMatrixEditor.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,8 +222,6 @@ private void ClearBlock(LevelCell fallbackCell)
222222
{
223223
foreach (var pos in currentSelection)
224224
GetCell(pos).Block = null;
225-
226-
currentSelection.Clear();
227225
}
228226
else
229227
{

0 commit comments

Comments
 (0)