frame_count_diagnostics_plugin.rs
is confusingly named
#17261
Labels
A-Diagnostics
Logging, crash handling, error reporting and performance analysis
C-Bug
An unexpected or incorrect behavior
C-Code-Quality
A section of code that is hard to understand or change
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
Bevy version
main
What you did
Noticed that this file provides
FrameCountPlugin
, notFrameCountDiagnosticsPlugin
. It's not a "diagnostic plugin," it is just responsible for updating theFrameCount
resource.The text was updated successfully, but these errors were encountered: