This commit is contained in:
MarcEricMartel
2023-12-02 09:23:26 -05:00
parent 37ea09aaf3
commit c44d1453ae
2 changed files with 87 additions and 80 deletions

View File

@@ -1339,8 +1339,6 @@ void Engine::Render(float elapsedTime) {
if (diff.y < 1.)
diff.y = 0;
//std::cout << sync.timestamp << " ms: " << comp.position << " - " << sync.position << " Diff: " << diff.Length() << std::endl;
if (diff.Length() > 1.5) {
diff.Normalize();
m_player.Move(-diff);