mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 10:08:18 +00:00
Merge pull request #7267 from Learath2/pr_fixfixreckon
Fix the fix to dead reckoning
This commit is contained in:
commit
1beab04464
|
@ -876,6 +876,7 @@ void CCharacter::TickDeferred()
|
||||||
m_ReckoningTick = Server()->Tick();
|
m_ReckoningTick = Server()->Tick();
|
||||||
m_SendCore = m_Core;
|
m_SendCore = m_Core;
|
||||||
m_ReckoningCore = m_Core;
|
m_ReckoningCore = m_Core;
|
||||||
|
m_ReckoningCore.SetCoreWorld(nullptr, Collision(), nullptr);
|
||||||
m_Core.m_Reset = false;
|
m_Core.m_Reset = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue