Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneKitsune committed Jun 5, 2019
1 parent fcc7497 commit 6983eb7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions amethyst_utils/src/fps_counter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use crate::circular_buffer::CircularBuffer;
/// # Usage
/// Get the FPSCounter resource from the world then call either `frame_fps` or `sampled_fps` to
/// get the FPS.
///
///
/// frame_fps will return the framerate of the current frame. That is, the framerate at which the
/// game would be running if all frames were exactly like this one.
/// sampled_fls will return the averaged framerate. This gives a better approximation of the "felt"
Expand Down Expand Up @@ -104,4 +104,3 @@ impl<'a, 'b> SystemBundle<'a, 'b> for FPSCounterBundle {
Ok(())
}
}

0 comments on commit 6983eb7

Please sign in to comment.