You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-16 15:16:33 +09:00
Missing project added; various code cleanups
This commit is contained in:
@@ -28,7 +28,7 @@ namespace Lidgren.Network
|
||||
{
|
||||
|
||||
#if DEBUG
|
||||
private List<DelayedPacket> m_delayedPackets = new List<DelayedPacket>();
|
||||
private readonly List<DelayedPacket> m_delayedPackets = new List<DelayedPacket>();
|
||||
|
||||
private class DelayedPacket
|
||||
{
|
||||
@@ -117,6 +117,7 @@ namespace Lidgren.Network
|
||||
LogError("Failed to send packet: " + ex);
|
||||
}
|
||||
}
|
||||
|
||||
#else
|
||||
//
|
||||
// Release - just send the packet straight away
|
||||
|
||||
Reference in New Issue
Block a user