Skip to content

Commit

Permalink
Merge pull request #68 from johanhelsing/fix-fps-panic
Browse files Browse the repository at this point in the history
Fix panic when `set_rollback_schedule_fps` is not called
  • Loading branch information
gschup committed Oct 15, 2023
2 parents 0efbd2f + 941f69d commit a959d7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ impl<C: Config> Plugin for GgrsPlugin<C> {
.init_resource::<RollbackSnapshots>()
.init_resource::<RollbackFrameCount>()
.init_resource::<LocalPlayers>()
.init_resource::<FixedTimestepData>()
.add_schedule(GgrsSchedule, schedule)
.add_schedule(ReadInputs, Schedule::new())
.add_systems(PreUpdate, ggrs_stage::run::<C>);
Expand Down

0 comments on commit a959d7b

Please sign in to comment.