mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 11:38:21 +02:00
Fixed error with VERSION_QUEUE (ie: in Paranoid builds)
This commit is contained in:
parent
1cb91c304b
commit
949bc209d3
1 changed files with 1 additions and 1 deletions
|
@ -668,7 +668,7 @@ namespace System.Collections
|
|||
{
|
||||
mQueue.RemoveAt(mIndex);
|
||||
#if VERSION_QUEUE
|
||||
mVersion = mList.mVersion;
|
||||
mVersion = mQueue.mVersion;
|
||||
#endif
|
||||
mIndex--;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue