Various minor fixes to networking
This commit is contained in:
@@ -164,6 +164,7 @@ void ENetDriver::Disconnect(const NetworkConnection& connection)
|
||||
|
||||
bool ENetDriver::PopEvent(NetworkEvent* eventPtr)
|
||||
{
|
||||
ASSERT(_host);
|
||||
ENetEvent event;
|
||||
const int result = enet_host_service(_host, &event, 0);
|
||||
if (result < 0)
|
||||
|
||||
Reference in New Issue
Block a user