1
0
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:
2023-09-02 14:30:43 +08:00
parent cd9a85c693
commit 0ddcdb1eac
4 changed files with 10 additions and 3 deletions

View File

@@ -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);