Skip to content

Commit

Permalink
Re-add note
Browse files Browse the repository at this point in the history
  • Loading branch information
doonv committed Jan 21, 2024
1 parent e35f960 commit a67ac80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/bevy_internal/src/default_plugins.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ plugin_group!(
bevy_text:::TextPlugin,
#[cfg(feature = "bevy_ui")]
bevy_ui:::UiPlugin,
// NOTE: Load this after renderer initialization so that it knows about the supported
// compressed texture formats
#[cfg(feature = "bevy_pbr")]
bevy_pbr:::PbrPlugin,
#[cfg(feature = "bevy_gltf")]
Expand Down

0 comments on commit a67ac80

Please sign in to comment.