:>
This commit is contained in:
@@ -1421,6 +1421,7 @@ void Engine::Render(float elapsedTime) {
|
||||
if (m_syncs.count(sync.timestamp)) {
|
||||
Sync comp = m_syncs[sync.timestamp];
|
||||
m_player.InflictDamage(sync.hp - comp.hp);
|
||||
|
||||
|
||||
Vector3f diff = sync.position - comp.position;
|
||||
|
||||
|
Reference in New Issue
Block a user