WIP Fix dsync

This commit is contained in:
Jocke
2016-02-16 16:06:17 +01:00
parent 717af2c4a4
commit a006db9e63
4 changed files with 16 additions and 12 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ void Client::Update()
m_TimeSinceSentInputs = std::clock();
}
// HACK: Send absolute player positions for now to avoid desync until we have reliable messages
sendLocalPlayerTransform();
//sendLocalPlayerTransform();
hasServerTimedOut();
}