diff options
Diffstat (limited to 'pixel-client/src/profiler.rs')
-rw-r--r-- | pixel-client/src/profiler.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/profiler.rs b/pixel-client/src/profiler.rs index 8d3f4689..98bf8196 100644 --- a/pixel-client/src/profiler.rs +++ b/pixel-client/src/profiler.rs @@ -45,7 +45,7 @@ impl ProfilerOverlay { } let size = renderer.draw_text( Vec2::ZERO, - &format!("FPS: {:.0}", self.fps), + &format!("FPS: {:.0}\nSprites: {}", self.fps, renderer.num_sprites()), 0.3, Some([255, 150, 255, 255]), ); |