Merge branch 'enet_wip_nothing_to_see_here' of https://github.com/DigitalPulseSoftware/NazaraEngine into enet_wip_nothing_to_see_here

This commit is contained in:
Lynix
2017-05-19 16:31:31 +02:00
79 changed files with 1367 additions and 714 deletions

View File

@@ -280,7 +280,7 @@ namespace Nz
m_serviceTime = GetElapsedMilliseconds();
}
while (m_poller.IsReady(m_socket));
while (m_poller.IsReadyToRead(m_socket));
return 0;
}
@@ -327,7 +327,7 @@ namespace Nz
}
}
m_poller.RegisterSocket(m_socket);
m_poller.RegisterSocket(m_socket, SocketPollEvent_Read);
return true;
}