Skip to content

Commit

Permalink
Simplified MinimalPlugins docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlephCubed committed Jan 8, 2025
1 parent cb73c8a commit 51ca8b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/bevy_internal/src/default_plugins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ plugin_group! {
/// It includes a [schedule runner (`ScheduleRunnerPlugin`)](crate::app::ScheduleRunnerPlugin)
/// to provide functionality that would otherwise be driven by a windowed application's
/// *event loop* or *message loop*.
/// Note that this loop will run as fast as possible by default,
/// which can result in high CPU usage.
/// By default, this loop will run as fast as possible, which can result in high CPU usage.
/// You can add a delay using [`run_loop`](crate::app::ScheduleRunnerPlugin::run_loop),
/// or remove the loop using [`run_once`](crate::app::ScheduleRunnerPlugin::run_once).
/// # Example:
Expand Down

0 comments on commit 51ca8b5

Please sign in to comment.