Skip to content

Commit

Permalink
Update UdpSocketFactory.cs
Browse files Browse the repository at this point in the history
use EXCLUDE_NANOSOCKETS as it is found in all other files
  • Loading branch information
uweeby authored and James-Frowen committed Oct 21, 2023
1 parent 7764b35 commit 3f4b4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Assets/Mirage/Runtime/Sockets/Udp/UdpSocketFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// so only include it for standalone and editor
// but not for mac because of code signing issue
// #if !(UNITY_EDITOR_OSX || UNITY_STANDALONE_OSX)
// #define NANO_SOCKET_ALLOWED
// #define EXCLUDE_NANOSOCKETS
// #endif

using System;
Expand Down

0 comments on commit 3f4b4a8

Please sign in to comment.