Replaced RemoveAt(N, 1, EAllowShrinking::*) with RemoveAt(N, EAllowShrinking::*).

[CL 31626444 by steve robb in ue5-main branch]
This commit is contained in:
steve robb
2024-02-19 16:51:58 -05:00
parent 2be0f4d806
commit f8d47335a4
333 changed files with 610 additions and 610 deletions

View File

@@ -1486,7 +1486,7 @@ void UMeshSelectionTool::OptimizeSelection()
int32 TID = Selection->Faces[FaceSelIdx];
if (!FaceSelection.IsSelected(TID))
{
Selection->Faces.RemoveAtSwap(FaceSelIdx, 1, EAllowShrinking::No);
Selection->Faces.RemoveAtSwap(FaceSelIdx, EAllowShrinking::No);
ActiveSelectionChange->Add(TID);
}
}