Skip to content

Commit

Permalink
smooth_life.wgsl + ui stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
zachdedoo13 committed Jun 30, 2024
1 parent 0c9c783 commit fcf93aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/packages/time_package.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ impl TimePackage {

if self.last_data_dump.elapsed().as_secs_f64() > UPDATE_INTERVAL {
self.calc_ave_fps();
self.last_data_dump = Instant::now();
}

self.timers.clear();
Expand Down

0 comments on commit fcf93aa

Please sign in to comment.