diff --git a/BeefLibs/corlib/src/Collections/List.bf b/BeefLibs/corlib/src/Collections/List.bf index ac36e595..fd86b82d 100644 --- a/BeefLibs/corlib/src/Collections/List.bf +++ b/BeefLibs/corlib/src/Collections/List.bf @@ -429,10 +429,10 @@ namespace System.Collections if (mSize > 0) { mSize = 0; - } #if VERSION_LIST - mVersion++; + mVersion++; #endif + } } /*public static void DeleteItemsAndClear(List list) where T : delete