bevy/crates/bevy_core
Jacob Gardner 52e8a19a39 Fixes Timer Precision Error Causing Panic (#2362)
# Objective

Fixes #2361 

## Solution

Uses integer division instead of floating-point which prevents precision errors, I think.
2021-06-26 19:49:34 +00:00
..
src Fixes Timer Precision Error Causing Panic (#2362) 2021-06-26 19:49:34 +00:00
Cargo.toml use bytemuck crate instead of Byteable trait (#2183) 2021-05-17 22:29:10 +00:00