SQC-15_online #1

Merged
memartel_loc merged 349 commits from SQC-15_online into master 2023-12-10 17:41:26 -05:00
Showing only changes of commit b7b6a8cc7b - Show all commits

View File

@ -1406,7 +1406,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);
//m_player.InflictDamage(sync.hp - comp.hp);
Vector3f diff = sync.position - comp.position;