Merge remote-tracking branch 'origin/Networking' into Networking

This commit is contained in:
Jocke
2016-01-18 17:13:10 +01:00
4 changed files with 113 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ void Server::Update()
m_EventBroker->Process<Server>();
}
void Server::readFromClients()
{
while (m_Socket.available()) {