1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00

Fixed error with VERSION_QUEUE (ie: in Paranoid builds)

This commit is contained in:
Brian Fiete 2022-06-01 16:42:56 -07:00
parent 1cb91c304b
commit 949bc209d3

View file

@ -668,7 +668,7 @@ namespace System.Collections
{ {
mQueue.RemoveAt(mIndex); mQueue.RemoveAt(mIndex);
#if VERSION_QUEUE #if VERSION_QUEUE
mVersion = mList.mVersion; mVersion = mQueue.mVersion;
#endif #endif
mIndex--; mIndex--;
} }