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

CLSCompliant(false) added to ReadInt32(out Int32)

This commit is contained in:
lidgren
2012-03-01 07:10:56 +00:00
parent 7be71a7873
commit 8cbdd6e317

View File

@@ -235,6 +235,7 @@ namespace Lidgren.Network
/// <summary>
/// Reads a 32 bit signed integer written using Write(Int32)
/// </summary>
[CLSCompliant(false)]
public bool ReadInt32(out Int32 result)
{
if (m_bitLength - m_readPosition < 32)