No more 1.

This commit is contained in:
MarcEricMartel 2023-12-13 15:23:14 -05:00
parent c7c38ed44d
commit 08204934c8

View File

@ -1510,8 +1510,6 @@ void Engine::Render(float elapsedTime) {
} }
if (m_syncs.count(sync.timestamp)) { if (m_syncs.count(sync.timestamp)) {
Sync comp = m_syncs[sync.timestamp]; Sync comp = m_syncs[sync.timestamp];
std::cout << sync.hp << std::endl;
m_otherplayerpos = sync.position; m_otherplayerpos = sync.position;
m_player.SetHP(sync.hp); m_player.SetHP(sync.hp);