Added interpolationsystem to pipeline.

This commit is contained in:
stiffly
2016-01-18 17:34:17 +01:00
parent 62c3f72355
commit 765509b510
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -33,6 +33,7 @@ void Client::Start(World* world, EventBroker* eventBroker)
void Client::Update()
{
m_EventBroker->Process<Client>();
readFromServer();
}