1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-18 16:16:35 +09:00

NetQueue fixes

This commit is contained in:
lidgren
2010-09-02 22:17:34 +00:00
parent 6e1ff06634
commit 61436efa7b
3 changed files with 20 additions and 5 deletions

View File

@@ -67,9 +67,6 @@ namespace Lidgren.Network
throw new NetException("Executing on wrong thread! Should be library system thread (is " + ct.Name + " mId " + ct.ManagedThreadId + ")");
}
//
// Network loop
//
private void InitializeNetwork()
{
//
@@ -143,6 +140,9 @@ namespace Lidgren.Network
}
}
//
// Network loop
//
private void NetworkLoop()
{
VerifyNetworkThread();