1
0
mirror of https://github.com/lidgren/lidgren-network-gen3.git synced 2026-05-06 02:11:06 +09:00

One more define to allow unity web player to run

This commit is contained in:
lidgren
2011-06-21 06:47:34 +00:00
parent daa1d4e946
commit 9554d33492
3 changed files with 9 additions and 3 deletions

View File

@@ -131,7 +131,7 @@ namespace Lidgren.Network
}
catch (NotSupportedException)
{
// not supported; lets just kee the random bytes set above
// not supported; lets just keep the random bytes set above
}
#endif
byte[] epBytes = BitConverter.GetBytes(boundEp.GetHashCode());