Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(input): Remove SendWrapper from GILRS_CONTEXT (unless on wasm) (#477
) I don't think we want SendWrapper here - this will panic if accessed from a different thread than it was initialized with, was panicking on start updating bones in jumpy. Bevy systems may be scheduled to other threads. Arc + Mutex should make us sync + send here anyway. Lmk if any concerns with this @RockasMockas
- Loading branch information