mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-03 06:45:59 +02:00
BeefPerf fixes
This commit is contained in:
parent
673d9a18f3
commit
43d7a57c38
3 changed files with 2 additions and 3 deletions
|
@ -52,7 +52,6 @@ namespace BeefPerf
|
|||
{
|
||||
if (mDataSize + addSize <= mBufSize)
|
||||
return;
|
||||
Debug.WriteLine("GrowReserve");
|
||||
Resize(Math.Max(mDataSize + addSize, mDataSize + mDataSize/2));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue