Queue: ModifyAtOrder() does not increment version
Leave that to the caller, allowing it to modify multiple items at a time.
This commit is contained in:
@@ -83,8 +83,6 @@ queue::ModifyAtOrder(unsigned _order)
|
||||
|
||||
unsigned position = order[_order];
|
||||
items[position].version = version;
|
||||
|
||||
IncrementVersion();
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user