Fix compilation...
That parenthesis probably didn't make it to GitHub, damn you packet losses!
This commit is contained in:
parent
20dfd61ad7
commit
490f6becb2
|
|
@ -174,7 +174,7 @@ namespace Nz
|
||||||
|
|
||||||
bool ENetPeer::Send(UInt8 channelId, ENetPacketFlags flags, NetPacket&& packet)
|
bool ENetPeer::Send(UInt8 channelId, ENetPacketFlags flags, NetPacket&& packet)
|
||||||
{
|
{
|
||||||
return Send(channelId, m_host->AllocatePacket(flags, std::move(packet));
|
return Send(channelId, m_host->AllocatePacket(flags, std::move(packet)));
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ENetPeer::Send(UInt8 channelId, ENetPacketRef packetRef)
|
bool ENetPeer::Send(UInt8 channelId, ENetPacketRef packetRef)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue