No more 1.
This commit is contained in:
@@ -1510,8 +1510,6 @@ void Engine::Render(float elapsedTime) {
|
||||
}
|
||||
if (m_syncs.count(sync.timestamp)) {
|
||||
Sync comp = m_syncs[sync.timestamp];
|
||||
|
||||
std::cout << sync.hp << std::endl;
|
||||
m_otherplayerpos = sync.position;
|
||||
|
||||
m_player.SetHP(sync.hp);
|
||||
|
Reference in New Issue
Block a user