No more 1.
This commit is contained in:
parent
c7c38ed44d
commit
08204934c8
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user