bevy/crates/bevy_diagnostic/src
Alex Saveau 1648c89b64 Fix frame count being a float (#4493)
Original reasoning: https://github.com/bevyengine/bevy/pull/678#issuecomment-930602773

That reasoning doesn't seem valid IMO since eventually +1 will do nothing. Using an integer is more intuitive and will wrap around which is probably better than getting stuck.
2022-05-17 04:01:54 +00:00
..
diagnostic.rs small and mostly pointless refactoring (#2934) 2022-02-13 22:33:55 +00:00
entity_count_diagnostics_plugin.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
frame_time_diagnostics_plugin.rs Fix frame count being a float (#4493) 2022-05-17 04:01:54 +00:00
lib.rs Merge AppBuilder into App (#2531) 2021-07-27 20:21:06 +00:00
log_diagnostics_plugin.rs Fix doc_markdown lints in bevy_diagnostic (#3472) 2021-12-29 17:38:08 +00:00