mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-20 08:58:00 +02:00
Added missing ()'s for allocations
This commit is contained in:
parent
2320e2eb8c
commit
40fe76d903
10 changed files with 21 additions and 21 deletions
|
@ -110,7 +110,7 @@ namespace BeefPerf
|
|||
BpClient.TimeToStr(timeUS, timeStr, false);
|
||||
g.DrawString(timeStr, 4, 40, .Left, width - 8, .Ellipsis);
|
||||
|
||||
g.DrawString(scope String..AppendF("BPS: {0}k", session.mDispBPS), 4, 40, .Right, width - 8);
|
||||
g.DrawString(scope String()..AppendF("BPS: {0}k", session.mDispBPS), 4, 40, .Right, width - 8);
|
||||
}
|
||||
|
||||
curY += boxHeight + 4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue