Fix compilation...

That parenthesis probably didn't make it to GitHub, damn you packet
losses!
This commit is contained in:
Lynix 2017-02-16 23:37:28 +01:00
parent 20dfd61ad7
commit 490f6becb2
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@ namespace Nz
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)