RJ / bevy_timewarp

A rollback library that buffers component state. Useful for netcode.
MIT License
38 stars 3 forks source link

Anachronous entity snapping should create a TimewarpCorrection #1

Closed RJ closed 1 year ago

RJ commented 1 year ago

in apply_snapshots_and_snap_for_anachronous when snapping anachronous entities to a server snapshot, we should generate a TimewarpCorrection if needed, just like we do for non-anachronous rollbacks.