address some feedback

This commit is contained in:
Aaron Kimbre
2023-11-13 21:04:40 -06:00
parent a6a6353dfc
commit e969918dd1
3 changed files with 6 additions and 7 deletions

View File

@@ -24,7 +24,6 @@ void SortTable(LootTableEntries& table) {
lootToInsert = oldItrInner;
}
}
std::swap(*oldItrOuter, *lootToInsert);
}
}