mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add note about future improvement to IDDB
This commit is contained in:
@@ -102,6 +102,8 @@ namespace SabreTools.DatFiles
|
||||
/// </summary>
|
||||
public long AddItem(DatItem item, long machineIndex)
|
||||
{
|
||||
// TODO: Add to buckets based on current sorting
|
||||
|
||||
_items[_itemIndex++] = item;
|
||||
_itemToMachineMapping[_itemIndex - 1] = machineIndex;
|
||||
DatStatistics.AddItemStatistics(item);
|
||||
|
||||
Reference in New Issue
Block a user