Update crates/bevy_pbr/src/pbr_material.rs

Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
This commit is contained in:
Alice Cecile 2025-07-08 12:56:07 -07:00 committed by GitHub
parent 0cf8679161
commit 63ae58bd70
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -391,7 +391,7 @@ pub struct StandardMaterial {
///
/// ```
/// # use bevy_asset::AssetServer;
/// # use bevy_ecs::ecs::change_detection::Res;
/// # use bevy_ecs::change_detection::Res;
/// # use bevy_image::ImageLoaderSettings;
/// #
/// fn load_normal_map(asset_server: Res<AssetServer>) {