5 Years Ago
Fix for client position lerp errors when syncPosition entities come to sudden stop. SyncPosition only sends when the transform changes, and sudden stops were causing the client to continue extrapolating for a moment before snapping back. Two additional send ticks after coming to a halt seems to be enough to stop the entity correctly.