Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace
std::time::Instant
with bevy_utils::Instant
Building for WASM fails because `std::time::Instant` doesn't implement `Reflect` and `TypePath`. Replacing it with `bevy_utils::Instant` fixes this.
- Loading branch information