Skip to content

Commit

Permalink
fix(bones_bevy_renderer): fix inputs being missed or delayed. (#284)
Browse files Browse the repository at this point in the history
Due to the random system ordering in Bevy and the fact that I overlooked
that the input collection system runs in `PreUpdate`, inputs would
sometimes not get sent to bones, or they would be delayed by a frame.

Adding an explicit ordering constraint on the bones input system fixes
this.
  • Loading branch information
zicklag committed Dec 22, 2023
1 parent d649574 commit 69a1b4d
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 102 deletions.
Loading

0 comments on commit 69a1b4d

Please sign in to comment.