You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Replaced RemoveAt(N, 1, EAllowShrinking::*) with RemoveAt(N, EAllowShrinking::*).
[CL 31626444 by steve robb in ue5-main branch]
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user