gschup / bevy_ggrs

Bevy plugin for the GGRS P2P rollback networking library.
Other
302 stars 41 forks source link

Schedule systems after input #95

Closed nezuo closed 11 months ago

nezuo commented 11 months ago

Bevy's input systems run in PreUpdate in the InputSystem set. This ensures that the ReadInputs schedule runs after input is updated for the frame.