Network/ENetHost: Fix typo
This commit is contained in:
parent
f2870b83c0
commit
c211abd977
|
|
@ -86,7 +86,7 @@ namespace Nz
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
m_channelLimit = Clamp<std::size_t>(channelCount, ENetConstants::ENetProtocol_MinimumChannelCount, ENetConstants::ENetProtocol_MaximumChannelCount);
|
channelCount = Clamp<std::size_t>(channelCount, ENetConstants::ENetProtocol_MinimumChannelCount, ENetConstants::ENetProtocol_MaximumChannelCount);
|
||||||
|
|
||||||
UInt32 windowSize;
|
UInt32 windowSize;
|
||||||
if (m_outgoingBandwidth == 0)
|
if (m_outgoingBandwidth == 0)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue