You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-17 07:36:32 +09:00
fixed uncommented IS_MAC_AVAILABLE compile error
This commit is contained in:
@@ -75,8 +75,9 @@ namespace Lidgren.Network
|
|||||||
|
|
||||||
InitializeRecycling();
|
InitializeRecycling();
|
||||||
|
|
||||||
|
System.Net.NetworkInformation.PhysicalAddress pa = null;
|
||||||
#if IS_MAC_AVAILABLE
|
#if IS_MAC_AVAILABLE
|
||||||
System.Net.NetworkInformation.PhysicalAddress pa = NetUtility.GetMacAddress();
|
pa = NetUtility.GetMacAddress();
|
||||||
if (pa != null)
|
if (pa != null)
|
||||||
{
|
{
|
||||||
m_macAddressBytes = pa.GetAddressBytes();
|
m_macAddressBytes = pa.GetAddressBytes();
|
||||||
|
|||||||
Reference in New Issue
Block a user