mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 15:33:31 +08:00
update README
This commit is contained in:
@@ -273,7 +273,6 @@ public class PoolOptPatch : BaseUnityPlugin
|
||||
return true;
|
||||
}
|
||||
|
||||
Logger.LogDebug($"Old size = {cursor}. Old recycle size = {recycleCursor}");
|
||||
cursor = pos + 1;
|
||||
Array.Sort(recycle, 0, recycleCursor);
|
||||
var idx = Array.BinarySearch(recycle, 0, recycleCursor, pos + 1);
|
||||
|
||||
Reference in New Issue
Block a user