Skip to content

Commit

Permalink
[DOC] Mention FPS in log_diagnostics example (#2150)
Browse files Browse the repository at this point in the history
Closes #2076
  • Loading branch information
FlyingRatBull committed May 14, 2021
1 parent 883abbb commit ff4acee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Example | File | Description
Example | File | Description
--- | --- | ---
`custom_diagnostic` | [`diagnostics/custom_diagnostic.rs`](./diagnostics/custom_diagnostic.rs) | Shows how to create a custom diagnostic
`log_diagnostics` | [`diagnostics/log_diagnostics.rs`](./diagnostics/log_diagnostics.rs) | Add a plugin that logs diagnostics to the console
`log_diagnostics` | [`diagnostics/log_diagnostics.rs`](./diagnostics/log_diagnostics.rs) | Add a plugin that logs diagnostics, like frames per second (FPS), to the console

## ECS (Entity Component System)

Expand Down

0 comments on commit ff4acee

Please sign in to comment.