bevy/crates/bevy_core/src
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
..
time Fixes Timer Precision Error Causing Panic (#2362) 2021-06-26 19:49:34 +00:00
bytes.rs use bytemuck crate instead of Byteable trait (#2183) 2021-05-17 22:29:10 +00:00
float_ord.rs use bytemuck crate instead of Byteable trait (#2183) 2021-05-17 22:29:10 +00:00
label.rs format comments (#1612) 2021-03-11 00:27:30 +00:00
lib.rs Hide re-exported docs (#1985) 2021-04-27 18:29:33 +00:00
name.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
task_pool_options.rs use std clamp instead of Bevy's (#1644) 2021-03-13 18:07:14 +00:00