mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-25 19:18:01 +02:00
BeefPerf fixes
This commit is contained in:
parent
673d9a18f3
commit
43d7a57c38
3 changed files with 2 additions and 3 deletions
|
@ -25,7 +25,7 @@ namespace BeefPerf
|
|||
g.DrawString(scope String()..AppendF("{0}", gApp.mUpdateCnt), 0, 0, .Right, mWidth - 8);
|
||||
|
||||
float curY = 64;
|
||||
if (!gApp.mListenSocket.IsConnected)
|
||||
if (!gApp.mListenSocket.IsOpen)
|
||||
{
|
||||
using (g.PushColor(0xFFFF4040))
|
||||
g.DrawString(scope String()..AppendF("Failed to listen on port {0}", gApp.mListenPort), 0, 0, .Right, mWidth - 8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue